Use title instead

This commit is contained in:
Dessalines 2021-08-15 20:02:00 -04:00
parent 8424f4096b
commit 60b31e9405
2 changed files with 2 additions and 2 deletions

View file

@ -755,7 +755,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
<label
class="form-check-label"
htmlFor="mod-ban-remove-data"
data-tippy-content={i18n.t("remove_content_more")}
title={i18n.t("remove_content_more")}
>
{i18n.t("remove_content")}
</label>

View file

@ -999,7 +999,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
<label
class="form-check-label"
htmlFor="mod-ban-remove-data"
data-tippy-content={i18n.t("remove_content_more")}
title={i18n.t("remove_content_more")}
>
{i18n.t("remove_content")}
</label>