Fully migrate to ICU
This commit is contained in:
parent
d4e7177ba6
commit
5e647c55d1
274 changed files with 7948 additions and 1944 deletions
|
@ -41,7 +41,7 @@ export function useRetryStorySend(
|
|||
function renderAlert(): JSX.Element | null {
|
||||
return hasSendFailedAlert ? (
|
||||
<Alert
|
||||
body={i18n('Stories__failed-send')}
|
||||
body={i18n('icu:Stories__failed-send')}
|
||||
i18n={i18n}
|
||||
onClose={() => setHasSendFailedAlert(false)}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue