From 115d40921ef8354beed299460c8245fa52f265ea Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:33:30 -0800 Subject: [PATCH] Use specific string for ClearingData --- ts/components/ClearingData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/ClearingData.tsx b/ts/components/ClearingData.tsx index 7f8ce7309e..0a7b7c2672 100644 --- a/ts/components/ClearingData.tsx +++ b/ts/components/ClearingData.tsx @@ -32,7 +32,7 @@ export function ClearingData({ deleteAllData, i18n }: PropsType): JSX.Element { isRTL={i18n.getLocaleDirection() === 'rtl'} />
- {i18n('icu:BackupImportScreen__description')} + {i18n('icu:ClearingData__description')}