Merge pull request #16467 from nextcloud/fix/settings-app-name

fix(settings): `Talk settings` -> `App settings`
This commit is contained in:
Grigorii K. Shartsev 2025-12-09 14:36:22 +01:00 committed by GitHub
commit 964fef4e24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -607,7 +607,7 @@ describe('LeftSidebar.vue', () => {
subscribe('show-settings', eventHandler)
const wrapper = mountComponent()
const button = findNcButton(wrapper, 'Talk settings')
const button = findNcButton(wrapper, 'App settings')
expect(button.exists()).toBeTruthy()
await button.trigger('click')

View file

@ -291,7 +291,7 @@
<template #icon>
<IconCogOutline :size="20" />
</template>
{{ t('spreed', 'Talk settings') }}
{{ t('spreed', 'App settings') }}
</NcButton>
</div>
</template>

View file

@ -6,7 +6,7 @@
<template>
<NcAppSettingsDialog
v-model:open="showSettings"
:name="t('spreed', 'Talk settings')"
:name="t('spreed', 'App settings')"
show-navigation>
<!-- Custom settings sections registered via OCA.Talk.Settings -->
<NcAppSettingsSection