Skip to content

Commit d1198b4

Browse files
Wordings : Enhancement of background and UI color change thanks to better title and description
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Wordings : Now also talking about UI colour change possibility (and better explanation) Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run build Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Small additionnal change Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run build Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Following skjnldsv's review ... and adding [ by clicking on "Custom background" ] after "from your own files". Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
1 parent f96afcf commit d1198b4

7 files changed

+11
-11
lines changed

apps/theming/src/UserThemes.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
</NcCheckboxRadioSwitch>
6363
</NcSettingsSection>
6464

65-
<NcSettingsSection :title="t('theming', 'Background')"
65+
<NcSettingsSection :title="t('theming', 'Background and user interface color')"
6666
class="background"
6767
data-user-theming-background-disabled>
6868
<template v-if="isUserThemingDisabled">
6969
<p>{{ t('theming', 'Customization has been disabled by your administrator') }}</p>
7070
</template>
7171
<template v-else>
72-
<p>{{ t('theming', 'Set a custom background') }}</p>
72+
<p>{{ t('theming', 'Below, you can customize the background of your user interface, either with an image (from among those offered by default, or from your own files by clicking on "Custom background") or with a plain colour (by selecting the "No background" option and then clicking on "Change colour" if necessary). When you choose a background image, the system will adapt the colour of the interface (which will have an impact on folder icons, for example). If this colour doesn\'t suit you, you can pick another one by clicking on "Change colour".') }}</p>
7373
<BackgroundSettings class="background__grid" @update:background="refreshGlobalStyles" />
7474
</template>
7575
</NcSettingsSection>

dist/settings-apps-view-7418.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/settings-apps-view-7418.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.

dist/settings-vue-settings-apps-users-management.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/settings-vue-settings-apps-users-management.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.

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)