mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
repair translate bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user