about summary refs log tree commit diff
path: root/src/components/TagMenu/index.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-03-13 10:41:38 +0900
committerMinseo Lee <itoupluk427@gmail.com>2024-03-13 10:41:38 +0900
commit1760043f79f6e50de3bb2df97c3d6fe9c700b035 (patch)
tree45ce0347fe2edb226af21d7595c8ca7d79c4224b /src/components/TagMenu/index.tsx
parent2938a1397e763f44e088cde11d8b975b036a6405 (diff)
downloadvoidsky-1760043f79f6e50de3bb2df97c3d6fe9c700b035.tar.zst
Update index.tsx
Diffstat (limited to 'src/components/TagMenu/index.tsx')
-rw-r--r--src/components/TagMenu/index.tsx4
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>
             </>
           )}