diff options
author | Noritada Kobayashi <noritada.kobayashi@gmail.com> | 2024-01-10 05:53:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 02:23:34 +0530 |
commit | aeeacd10d322a6e599631c500de03172d69984de (patch) | |
tree | cd110526bb166409c8ddeed9a6e7254f40d0ccc2 /src/view/com/modals/UserAddRemoveLists.tsx | |
parent | 592133db589510115a6ae5c4d9d3c8e391932c77 (diff) | |
download | voidsky-aeeacd10d322a6e599631c500de03172d69984de.tar.zst |
Mark more texts for localization (#2436)
Diffstat (limited to 'src/view/com/modals/UserAddRemoveLists.tsx')
-rw-r--r-- | src/view/com/modals/UserAddRemoveLists.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/UserAddRemoveLists.tsx b/src/view/com/modals/UserAddRemoveLists.tsx index c51f862cc..78a3de0b6 100644 --- a/src/view/com/modals/UserAddRemoveLists.tsx +++ b/src/view/com/modals/UserAddRemoveLists.tsx @@ -79,7 +79,7 @@ export function Component({ accessibilityLabel={_(msg`Done`)} accessibilityHint="" onAccessibilityEscape={onPressDone} - label="Done" + label={_(msg`Done`)} /> </View> </View> |