mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Include semi colon in string
This commit is contained in:
parent
658e06c00a
commit
b1a6cf39c8
2 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"no": "No",
|
"no": "No",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"options": "Options",
|
"options": "Options:",
|
||||||
"random": "Random",
|
"random": "Random",
|
||||||
"recent": "Recent",
|
"recent": "Recent",
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"submit": "Submit",
|
"submit": "Submit",
|
||||||
"success-count": "Success: {count}",
|
"success-count": "Success: {count}",
|
||||||
"sunday": "Sunday",
|
"sunday": "Sunday",
|
||||||
"templates": "Templates",
|
"templates": "Templates:",
|
||||||
"themes": "Themes",
|
"themes": "Themes",
|
||||||
"thursday": "Thursday",
|
"thursday": "Thursday",
|
||||||
"token": "Token",
|
"token": "Token",
|
||||||
|
|
|
@ -20,11 +20,11 @@
|
||||||
<v-card-text class="mt-n4">
|
<v-card-text class="mt-n4">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col sm="4">
|
<v-col sm="4">
|
||||||
<p>{{ $t("general.options") }}:</p>
|
<p>{{ $t("general.options") }}</p>
|
||||||
<ImportOptions @update-options="updateOptions" class="mt-5" />
|
<ImportOptions @update-options="updateOptions" class="mt-5" />
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col>
|
<v-col>
|
||||||
<p>{{ $t("general.templates") }}:</p>
|
<p>{{ $t("general.templates") }}</p>
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
v-for="template in availableTemplates"
|
v-for="template in availableTemplates"
|
||||||
:key="template"
|
:key="template"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue