Merge pull request #38670 from nextcloud/Jerome-Herbinet-ui-colour-concept

Wordings : Enhancement of background and UI color change thanks to better title and description
pull/45096/head
John Molakvoæ 1 month ago committed by GitHub
commit 6ead79e56d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,14 +53,14 @@
</div> </div>
</NcSettingsSection> </NcSettingsSection>
<NcSettingsSection :name="t('theming', 'Background')" <NcSettingsSection :name="t('theming', 'Background and color')"
class="background" class="background"
data-user-theming-background-disabled> data-user-theming-background-disabled>
<template v-if="isUserThemingDisabled"> <template v-if="isUserThemingDisabled">
<p>{{ t('theming', 'Customization has been disabled by your administrator') }}</p> <p>{{ t('theming', 'Customization has been disabled by your administrator') }}</p>
</template> </template>
<template v-else> <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" /> <BackgroundSettings class="background__grid" @update:background="refreshGlobalStyles" />
</template> </template>
</NcSettingsSection> </NcSettingsSection>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save