Prepare for ICU migration
This commit is contained in:
parent
d0f17a1398
commit
2781e621ad
62 changed files with 550 additions and 414 deletions
|
@ -158,7 +158,13 @@ export function StoryImage({
|
|||
if (isMe) {
|
||||
content = <>{i18n('StoryImage__error--you')}</>;
|
||||
} else {
|
||||
content = <>{i18n('StoryImage__error2', [firstName])}</>;
|
||||
content = (
|
||||
<>
|
||||
{i18n('StoryImage__error2', {
|
||||
name: firstName,
|
||||
})}
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue