Fix translation key for Autobone processing text (#1719)

This commit is contained in:
Sapphire
2026-01-22 17:12:18 -06:00
committed by GitHub
parent 5d14f14139
commit e25d3201c2

View File

@@ -75,7 +75,7 @@ export function VerifyResultsStep({
hasRecording === ProcessStatus.FULFILLED && (
<Typography>
{l10n.getString(
'onboarding-automatic-proportions-verify-results-processing'
'onboarding-automatic_proportions-verify_results-processing'
)}
</Typography>
)}