mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
Change "New" to "Add" (#3271)
This commit is contained in:
parent
457d8c93ce
commit
980b3c634b
5 changed files with 5 additions and 4 deletions
|
@ -107,7 +107,7 @@
|
|||
<template #icon> {{ $globals.icons.tags }} </template>
|
||||
{{ $t('shopping-list.reorder-labels') }}
|
||||
</BaseButton>
|
||||
<BaseButton create @click="createEditorOpen = true" />
|
||||
<BaseButton create @click="createEditorOpen = true" > {{ $t('general.add') }} </BaseButton>
|
||||
</div>
|
||||
|
||||
<!-- Action Bar -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue