diff options
Diffstat (limited to 'src/screens/Settings/AppIconSettings/index.tsx')
-rw-r--r-- | src/screens/Settings/AppIconSettings/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Settings/AppIconSettings/index.tsx b/src/screens/Settings/AppIconSettings/index.tsx index 0be2894d5..954bac68a 100644 --- a/src/screens/Settings/AppIconSettings/index.tsx +++ b/src/screens/Settings/AppIconSettings/index.tsx @@ -213,7 +213,7 @@ function AppIcon({icon, size = 50}: {icon: AppIconSet; size: number}) { return ( <PressableScale accessibilityLabel={icon.name} - accessibilityHint={_(msg`Tap to change app icon`)} + accessibilityHint={_(msg`Changes app icon`)} targetScale={0.95} onPress={() => { if (isAndroid) { |