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:
@@ -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 &&
|
||||
|
Reference in New Issue
Block a user