Remove content more (#372)

* Updating translations.

* Changing to remove content with tippy.

* Use title instead
This commit is contained in:
Dessalines 2021-08-17 17:46:27 -04:00 committed by GitHub
parent 5e5695c3ea
commit 03a2b467ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 8 deletions

View file

@ -752,8 +752,12 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
checked={this.state.removeData}
onChange={linkEvent(this, this.handleModRemoveDataChange)}
/>
<label class="form-check-label" htmlFor="mod-ban-remove-data">
{i18n.t("remove_posts_comments")}
<label
class="form-check-label"
htmlFor="mod-ban-remove-data"
title={i18n.t("remove_content_more")}
>
{i18n.t("remove_content")}
</label>
</div>
</div>