mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Use title instead
This commit is contained in:
parent
8424f4096b
commit
60b31e9405
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue