Use specific string for ClearingData
This commit is contained in:
parent
53372efca1
commit
115d40921e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export function ClearingData({ deleteAllData, i18n }: PropsType): JSX.Element {
|
||||||
isRTL={i18n.getLocaleDirection() === 'rtl'}
|
isRTL={i18n.getLocaleDirection() === 'rtl'}
|
||||||
/>
|
/>
|
||||||
<div className="InstallScreenBackupImportStep__description">
|
<div className="InstallScreenBackupImportStep__description">
|
||||||
{i18n('icu:BackupImportScreen__description')}
|
{i18n('icu:ClearingData__description')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue