Browse Source

More appropriate wording for background selection

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
tags/v26.0.0beta1
Jérôme Herbinet 1 year ago
parent
commit
53a4818271
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/theming/src/components/BackgroundSettings.vue

+ 1
- 1
apps/theming/src/components/BackgroundSettings.vue View File

@@ -208,7 +208,7 @@ export default {
},

pickFile() {
window.OC.dialogs.filepicker(t('theming', 'Insert from {productName}', { productName: OC.theme.name }), (path, type) => {
window.OC.dialogs.filepicker(t('theming', 'Select a background from your files'), (path, type) => {
if (type === OC.dialogs.FILEPICKER_TYPE_CHOOSE) {
this.setFile(path)
}

Loading…
Cancel
Save