Skip to content

Commit acf2ea3

Browse files
committed
fix(theming): better background and UI color change description
Signed-off-by: Jérôme Herbinet <[email protected]> Signed-off-by: skjnldsv <[email protected]>
1 parent 8694675 commit acf2ea3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/theming/src/UserThemes.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
</div>
5454
</NcSettingsSection>
5555

56-
<NcSettingsSection :name="t('theming', 'Background')"
56+
<NcSettingsSection :title="t('theming', 'Background and color')"
5757
class="background"
5858
data-user-theming-background-disabled>
5959
<template v-if="isUserThemingDisabled">
6060
<p>{{ t('theming', 'Customization has been disabled by your administrator') }}</p>
6161
</template>
6262
<template v-else>
63-
<p>{{ t('theming', 'Set a custom background') }}</p>
63+
<p>{{ t('theming', 'The background can be set to an image from the default set, a custom uploaded image, or a plain color. The primary color will automatically be adapted based on this and used for elements like folder icons, primary buttons and highlights.') }}</p>
6464
<BackgroundSettings class="background__grid" @update:background="refreshGlobalStyles" />
6565
</template>
6666
</NcSettingsSection>

dist/theming-personal-theming.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/theming-personal-theming.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)