Change caption of create button
Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
Родитель
aee6e2e742
Коммит
ce1ab9705e
|
@ -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()" />
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче