Update settings.js

Added question mark.
Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/120539223?issue=yes
pull/8633/head
rakekniven 7 years ago committed by Roeland Jago Douma
parent 4fc4e6dcaa
commit 2b0c523cc0
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 2
      apps/files_external/js/settings.js

@ -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…
Cancel
Save