diff --git a/app/src/components/AppUpdatePrompt.tsx b/app/src/components/AppUpdatePrompt.tsx index 9aacbb805..2af06cdfd 100644 --- a/app/src/components/AppUpdatePrompt.tsx +++ b/app/src/components/AppUpdatePrompt.tsx @@ -108,7 +108,7 @@ const AppUpdatePrompt = (props: AppUpdatePromptProps) => { )} diff --git a/app/src/components/BootCheckGate/BootCheckGate.tsx b/app/src/components/BootCheckGate/BootCheckGate.tsx index 4df60a84a..d2c4d3fc7 100644 --- a/app/src/components/BootCheckGate/BootCheckGate.tsx +++ b/app/src/components/BootCheckGate/BootCheckGate.tsx @@ -315,7 +315,8 @@ function ModePicker({ onConfirm }: PickerProps) { /> {tokenError &&
{tokenError}
}
- {t('bootCheck.storedLocally')} Authorization: Bearer … on every RPC.
+ {t('bootCheck.storedLocally')} Authorization: Bearer …{' '}
+ {t('bootCheck.rpcAuthSuffix')}