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")}
|
||||
data-tippy-content={I18NextService.i18n.t("creator")}
|
||||
>
|
||||
{I18NextService.i18n.t("op").toUpperCase()}
|
||||
{I18NextService.i18n.t("op")}
|
||||
</div>
|
||||
)}
|
||||
{isMod_ && (
|
||||
|
|
Loading…
Reference in a new issue