mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Fully migrate to ICU
This commit is contained in:
@@ -56,7 +56,7 @@ export class ErrorBoundary extends React.PureComponent<Props, State> {
|
||||
<div className={`${CSS_MODULE}__icon`} />
|
||||
</div>
|
||||
<div className={`${CSS_MODULE}__message`}>
|
||||
{i18n('ErrorBoundaryNotification__text')}
|
||||
{i18n('icu:ErrorBoundaryNotification__text')}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user