Update settings.js
Added question mark. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/120539223?issue=yes
This commit is contained in:
parent
4fc4e6dcaa
commit
2b0c523cc0
|
@ -1143,7 +1143,7 @@ MountConfigListView.prototype = _.extend({
|
|||
}
|
||||
var storage = new this._storageConfigClass(configId);
|
||||
|
||||
OC.dialogs.confirm(t('files_external', 'Are you sure you want to delete this external storage', {
|
||||
OC.dialogs.confirm(t('files_external', 'Are you sure you want to delete this external storage?', {
|
||||
storage: this.mountPoint
|
||||
}), t('files_external', 'Delete storage?'), function(confirm) {
|
||||
if (confirm) {
|
||||
|
|
Loading…
Reference in New Issue