mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-29 15:51:14 +00:00
remove toUpperCase since the translation is uppercase
This commit is contained in:
parent
1faa9f354b
commit
03a4bfad46
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
|
||||||
aria-label={I18NextService.i18n.t("creator")}
|
aria-label={I18NextService.i18n.t("creator")}
|
||||||
data-tippy-content={I18NextService.i18n.t("creator")}
|
data-tippy-content={I18NextService.i18n.t("creator")}
|
||||||
>
|
>
|
||||||
{I18NextService.i18n.t("op").toUpperCase()}
|
{I18NextService.i18n.t("op")}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{isMod_ && (
|
{isMod_ && (
|
||||||
|
|
Loading…
Reference in a new issue