fix server share dialog title
This commit is contained in:
parent
75222501ee
commit
11788c9579
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@
|
|||
};
|
||||
if (!passwordProtected) {
|
||||
OC.dialogs.confirm(t('files_sharing', 'Add {name} from {owner}@{remote}', {name: name, owner: owner, remote: remoteClean})
|
||||
, 'Add Share', callback, true);
|
||||
, t('files_sharing','Add Share'), callback, true);
|
||||
} else {
|
||||
OC.dialogs.prompt(t('files_sharing', 'Add {name} from {owner}@{remote}', {name: name, owner: owner, remote: remoteClean})
|
||||
, 'Add Share', callback, true, 'Password', true);
|
||||
, t('files_sharing','Add Share'), callback, true, t('files_sharing','Password'), true);
|
||||
}
|
||||
};
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue