Skip to content

Commit

Permalink
[FIX] User Info 'Local Time' translation keyword (#19879)
Browse files Browse the repository at this point in the history
  • Loading branch information
J4r3tt authored Dec 18, 2020
1 parent 5c23dee commit 67ea4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/room/contextualBar/UserInfo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const UserInfo = React.memo(function UserInfo({
</>}

{Number.isInteger(utcOffset) && <>
<Label>{t('Local Time')}</Label>
<Label>{t('Local_Time')}</Label>
<Info><UTCClock utcOffset={utcOffset}/></Info>
</>}

Expand Down

0 comments on commit 67ea4ec

Please sign in to comment.