mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Fully migrate to ICU
This commit is contained in:
@@ -42,7 +42,7 @@ export function ContactPill({
|
||||
unblurredAvatarPath,
|
||||
onClickRemove,
|
||||
}: PropsType): JSX.Element {
|
||||
const removeLabel = i18n('ContactPill--remove');
|
||||
const removeLabel = i18n('icu:ContactPill--remove');
|
||||
|
||||
return (
|
||||
<div className="module-ContactPill">
|
||||
|
||||
Reference in New Issue
Block a user