Skip to content
Snippets Groups Projects
Commit 11788c95 authored by Volkan Gezer's avatar Volkan Gezer
Browse files

fix server share dialog title

parent 75222501
Branches
No related tags found
No related merge requests found
......@@ -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);
}
};
})();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment