diff --git a/apps/theming/src/UserThemes.vue b/apps/theming/src/UserThemes.vue index eb2c4d19547f2..be76f02563df1 100644 --- a/apps/theming/src/UserThemes.vue +++ b/apps/theming/src/UserThemes.vue @@ -26,7 +26,9 @@ +

+

@@ -133,7 +135,7 @@ export default { // using the `t` replace method escape html, we have to do it manually :/ return t( 'theming', - 'Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level.' + 'Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level.', ) .replace('{guidelines}', this.guidelinesLink) .replace('{linkend}', '') @@ -146,7 +148,7 @@ export default { descriptionDetail() { return t( 'theming', - 'If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!' + 'If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!', ) .replace('{issuetracker}', this.issuetrackerLink) .replace('{designteam}', this.designteamLink) diff --git a/apps/theming/src/components/BackgroundSettings.vue b/apps/theming/src/components/BackgroundSettings.vue index 830d25bf956b0..d12489b0587c0 100644 --- a/apps/theming/src/components/BackgroundSettings.vue +++ b/apps/theming/src/components/BackgroundSettings.vue @@ -26,8 +26,12 @@