Skip to content

Commit

Permalink
Wordings : Enhancement of background and UI color change description
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>

Wordings : Enhancement of background and UI color change thanks to better title and description

Signed-off-by: Jérôme Herbinet <[email protected]>

Wordings : Now also talking about UI colour change possibility (and better explanation)

Signed-off-by: Jérôme Herbinet <[email protected]>

npm run build

Signed-off-by: Jérôme Herbinet <[email protected]>

Small additionnal change

Signed-off-by: Jérôme Herbinet <[email protected]>

npm run build

Signed-off-by: Jérôme Herbinet <[email protected]>

Following skjnldsv's review

... and adding [ by clicking on "Custom background" ] after "from your own files".

Signed-off-by: Jérôme Herbinet <[email protected]>

Following jancborchardt suggestions

Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet committed Jun 8, 2023
1 parent f96afcf commit 0819284
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions apps/theming/src/UserThemes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
</NcCheckboxRadioSwitch>
</NcSettingsSection>

<NcSettingsSection :title="t('theming', 'Background')"
<NcSettingsSection :title="t('theming', 'Background and color')"
class="background"
data-user-theming-background-disabled>
<template v-if="isUserThemingDisabled">
<p>{{ t('theming', 'Customization has been disabled by your administrator') }}</p>
</template>
<template v-else>
<p>{{ t('theming', 'Set a custom background') }}</p>
<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>
<BackgroundSettings class="background__grid" @update:background="refreshGlobalStyles" />
</template>
</NcSettingsSection>
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-apps-view-7418.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-apps-view-7418.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/settings-vue-settings-apps-users-management.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-apps-users-management.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/theming-personal-theming.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/theming-personal-theming.js.map

Large diffs are not rendered by default.

0 comments on commit 0819284

Please sign in to comment.