ソースを参照

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年前
コミット
53a4818271
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      apps/theming/src/components/BackgroundSettings.vue

+ 1
- 1
apps/theming/src/components/BackgroundSettings.vue ファイルの表示

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

読み込み中…
キャンセル
保存