diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2024-01-12 16:53:04 +0100 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2024-01-16 09:24:22 +0100 |
commit | f6ec297df6ccdef217765c02e7e3bbc835547092 (patch) | |
tree | 66365ee097f6df3645bd4142f6c332d5ac13c5fc /apps/theming | |
parent | 32bf74af160482f3f182ce5641f55c80d81c8f19 (diff) | |
download | nextcloud-server-f6ec297df6ccdef217765c02e7e3bbc835547092.tar.gz nextcloud-server-f6ec297df6ccdef217765c02e7e3bbc835547092.zip |
Complete `<h1>` settings heading
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/theming')
-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 --> |