mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Fully migrate to ICU
This commit is contained in:
@@ -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)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user