Translation followups (#9980)

This commit is contained in:
Samuel Newman
2026-03-02 19:01:09 +00:00
committed by GitHub
parent 5ee667f307
commit f614bf650d
5 changed files with 130 additions and 623 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ function TranslationLanguageSelect({
{({props}) => {
return (
<Text {...props} style={[a.text_xs]}>
<Trans>Edit</Trans>
<Trans>Change</Trans>
</Text>
)
}}