remove toUpperCase since the translation is uppercase

This commit is contained in:
Alec Armbruster 2023-06-26 17:19:34 -04:00
parent 1faa9f354b
commit 03a4bfad46
No known key found for this signature in database
GPG key ID: 52BC7C84E960FD1B

View file

@ -320,7 +320,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
aria-label={I18NextService.i18n.t("creator")}
data-tippy-content={I18NextService.i18n.t("creator")}
>
{I18NextService.i18n.t("op").toUpperCase()}
{I18NextService.i18n.t("op")}
</div>
)}
{isMod_ && (