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",
|
||||
"no": "No",
|
||||
"ok": "OK",
|
||||
"options": "Options",
|
||||
"options": "Options:",
|
||||
"random": "Random",
|
||||
"recent": "Recent",
|
||||
"recipes": "Recipes",
|
||||
|
@ -58,7 +58,7 @@
|
|||
"submit": "Submit",
|
||||
"success-count": "Success: {count}",
|
||||
"sunday": "Sunday",
|
||||
"templates": "Templates",
|
||||
"templates": "Templates:",
|
||||
"themes": "Themes",
|
||||
"thursday": "Thursday",
|
||||
"token": "Token",
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
<v-card-text class="mt-n4">
|
||||
<v-row>
|
||||
<v-col sm="4">
|
||||
<p>{{ $t("general.options") }}:</p>
|
||||
<p>{{ $t("general.options") }}</p>
|
||||
<ImportOptions @update-options="updateOptions" class="mt-5" />
|
||||
</v-col>
|
||||
<v-col>
|
||||
<p>{{ $t("general.templates") }}:</p>
|
||||
<p>{{ $t("general.templates") }}</p>
|
||||
<v-checkbox
|
||||
v-for="template in availableTemplates"
|
||||
:key="template"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue