diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-03-13 10:41:38 +0900 |
---|---|---|
committer | Minseo Lee <itoupluk427@gmail.com> | 2024-03-13 10:41:38 +0900 |
commit | 1760043f79f6e50de3bb2df97c3d6fe9c700b035 (patch) | |
tree | 45ce0347fe2edb226af21d7595c8ca7d79c4224b | |
parent | 2938a1397e763f44e088cde11d8b975b036a6405 (diff) | |
download | voidsky-1760043f79f6e50de3bb2df97c3d6fe9c700b035.tar.zst |
Update index.tsx
-rw-r--r-- | src/components/TagMenu/index.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/TagMenu/index.tsx b/src/components/TagMenu/index.tsx index 849a3f42d..ae4b50bf4 100644 --- a/src/components/TagMenu/index.tsx +++ b/src/components/TagMenu/index.tsx @@ -264,7 +264,9 @@ export function TagMenu({ variant="ghost" color="secondary" onPress={() => control.close()}> - <ButtonText>Cancel</ButtonText> + <ButtonText> + <Trans>Cancel</Trans> + </ButtonText> </Button> </> )} |