Change translation strings

This commit is contained in:
Chi Vinh Le
2018-09-13 21:45:49 +02:00
parent ecc9eadc67
commit a3526ab241
5 changed files with 22 additions and 20 deletions
@@ -20,7 +20,7 @@ const UserBoxAuthenticated: StatelessComponent<
return (
<Flex itemGutter="half" wrap>
<Localized
id="comments-userBoxAuthenticated-signedInAs"
id="general-userBoxAuthenticated-signedInAs"
username={<Username />}
>
<Typography variant="bodyCopy" container="div">
@@ -28,7 +28,7 @@ const UserBoxAuthenticated: StatelessComponent<
</Typography>
</Localized>
<Localized
id="comments-userBoxAuthenticated-notYou"
id="general-userBoxAuthenticated-notYou"
button={
<Button
color="primary"