mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fully migrate to ICU
This commit is contained in:
@@ -24,9 +24,9 @@ export function DialogRelink({
|
||||
containerWidthBreakpoint={containerWidthBreakpoint}
|
||||
type="warning"
|
||||
icon="relink"
|
||||
clickLabel={i18n('unlinkedWarning')}
|
||||
clickLabel={i18n('icu:unlinkedWarning')}
|
||||
onClick={relinkDevice}
|
||||
title={i18n('unlinked')}
|
||||
title={i18n('icu:unlinked')}
|
||||
hasAction
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user