diff options
Diffstat (limited to 'apps/theming/src/UserThemes.vue')
-rw-r--r-- | apps/theming/src/UserThemes.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/src/UserThemes.vue b/apps/theming/src/UserThemes.vue index 10b34efad6c..bc9c16b2d23 100644 --- a/apps/theming/src/UserThemes.vue +++ b/apps/theming/src/UserThemes.vue @@ -23,7 +23,7 @@ <template> <section> - <NcSettingsSection :name="t('theming', 'Appearance and accessibility')" + <NcSettingsSection :name="t('theming', 'Appearance and accessibility settings')" :limit-width="false" class="theming"> <!-- eslint-disable-next-line vue/no-v-html --> |