mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 02:10:24 +00:00
repair translate bug
This commit is contained in:
@@ -100,7 +100,7 @@ class ShareRepoDialog extends React.Component {
|
|||||||
|
|
||||||
handleSubmit = () => {
|
handleSubmit = () => {
|
||||||
if (this.state.selectedRepoList.length === 0) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -173,7 +173,7 @@ class PublicSharedView extends React.Component {
|
|||||||
<div className="main-panel-center">
|
<div className="main-panel-center">
|
||||||
<div className="cur-view-container">
|
<div className="cur-view-container">
|
||||||
<div className="cur-view-path">
|
<div className="cur-view-path">
|
||||||
<h3 className="sf-heading">{gettext("Shared with All")}</h3>
|
<h3 className="sf-heading">{gettext("Shared with all")}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className="cur-view-content">
|
<div className="cur-view-content">
|
||||||
{this.state.isLoading && <Loading />}
|
{this.state.isLoading && <Loading />}
|
||||||
|
Reference in New Issue
Block a user