1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

repair translate bug

This commit is contained in:
shanshuirenjia
2018-12-21 18:00:21 +08:00
parent a774e0fa7f
commit d4a0364de6
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ class PublicSharedView extends React.Component {
<div className="main-panel-center">
<div className="cur-view-container">
<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 className="cur-view-content">
{this.state.isLoading && <Loading />}