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

Update translation (#6896)

This commit is contained in:
Michael An
2024-10-14 17:36:15 +08:00
committed by GitHub
parent e46192ee78
commit 78e5eaa478
74 changed files with 22984 additions and 17542 deletions

View File

@@ -249,9 +249,7 @@ class WikiCardItem extends Component {
</div>
<div className="wiki-item-bottom">
{moment(wiki.updated_at).fromNow()}
{wiki.is_published &&
<span>{gettext('published')}</span>
}
{wiki.is_published && <span>{gettext('Published')}</span>}
</div>
</div>
{this.state.isShowDeleteDialog &&