Parcourir la 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 il y a 1 an
Parent
révision
53a4818271
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      apps/theming/src/components/BackgroundSettings.vue

+ 1
- 1
apps/theming/src/components/BackgroundSettings.vue Voir le fichier

@@ -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)
}

Chargement…
Annuler
Enregistrer