mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-09 21:42:20 -05:00
translate hardcoded strings
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
<BaseDialog v-if="updateTarget" v-model="dialogs.update" :title="$t('general.update')" @confirm="updateOne()">
|
||||
<v-card-text>
|
||||
<v-text-field v-model="updateTarget.name" label="Name"> </v-text-field>
|
||||
<v-text-field v-model="updateTarget.name" label="$t('general.name')"> </v-text-field>
|
||||
</v-card-text>
|
||||
</BaseDialog>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user