Change caption of create button

Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2023-10-02 23:40:06 +02:00
Родитель aee6e2e742
Коммит ce1ab9705e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@
<NcAppNavigation>
<NcAppNavigationNew v-if="isPollCreationAllowed"
button-class="icon-add"
:text="t('polls', 'Add new Poll')"
:text="t('polls', 'New poll')"
@click="toggleCreateDlg" />
<CreateDlg v-show="createDlg" ref="createDlg" @close-create="closeCreate()" />