Add context for translators and tweak strings (#10280)

This commit is contained in:
surfdude29
2026-04-20 15:06:18 +01:00
committed by GitHub
parent 9778a3da16
commit 2798e98c9c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ function ReactionTab({
accessibilityRole="button"
accessibilityHint={
reaction.key === 'all'
? l`Tap to show all reactions `
? l`Tap to show all reactions`
: l`Tap to show ${reaction.value} reactions`
}
hitSlop={HITSLOP_10}