1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 19:37:28 +00:00

Merge pull request #2691 from haiwen/translate-repair

repair translate bug
This commit is contained in:
Daniel Pan
2018-12-21 18:04:26 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ class ShareRepoDialog extends React.Component {
handleSubmit = () => {
if (this.state.selectedRepoList.length === 0) {
toaster.danger(gettext('Place select a library to share.'));
toaster.danger(gettext('Please select a library to share.'));
return;
}