diff --git a/packages/lib/models/settings/builtInMetadata.ts b/packages/lib/models/settings/builtInMetadata.ts index 7f7f463b1..993b19655 100644 --- a/packages/lib/models/settings/builtInMetadata.ts +++ b/packages/lib/models/settings/builtInMetadata.ts @@ -1585,7 +1585,7 @@ const builtInMetadata = (Setting: typeof SettingType) => { 'security.biometricsEnabled': { value: false, type: SettingItemType.Bool, - label: () => `${_('Use biometrics to secure access to the app')} (Beta)`, + label: () => `${_('Use biometrics to secure access to the app')}${shim.mobilePlatform() !== 'ios' ? ' (Beta)' : ''}`, description: () => 'Important: This is a beta feature and it is not compatible with certain devices. If the app no longer starts after enabling this or is very slow to start, please uninstall and reinstall the app.', show: () => shim.mobilePlatform() !== 'web', public: true,