mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
fix: Add missing translation for UI string
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
26919835e7
commit
baaed7f191
1 changed files with 1 additions and 1 deletions
|
|
@ -874,7 +874,7 @@ MountConfigListView.prototype = _.extend({
|
|||
$tr.find('.applicable,.mountOptionsToggle').empty();
|
||||
$tr.find('.save').empty();
|
||||
if (backend.invalid) {
|
||||
this.updateStatus($tr, false, 'Unknown backend: ' + backend.name);
|
||||
this.updateStatus($tr, false, t('files_external', 'Unknown backend: {backendName}', {backendName: backend.name}));
|
||||
}
|
||||
return $tr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue