+ {t("onboarding.permissions.restartHint")} +
+ )} + + {/* Continue anyway for returning users */} + {isReturningUser && ( + + )} ); diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 59496fe..da0f9db 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -101,6 +101,9 @@ "grant": "Grant Permission", "granted": "Granted", "waiting": "Waiting...", + "retry": "Retry", + "restartHint": "If stuck, try toggling the permission off and on in System Settings, then click Retry.", + "skipForNow": "Continue without permissions — I'll fix this later", "allGranted": "All set!", "errors": { "checkFailed": "Failed to check permissions. Please try again.",