Update index.tsx

This commit is contained in:
Minseo Lee
2024-03-13 10:41:38 +09:00
parent 2938a1397e
commit 1760043f79
+3 -1
View File
@@ -264,7 +264,9 @@ export function TagMenu({
variant="ghost"
color="secondary"
onPress={() => control.close()}>
<ButtonText>Cancel</ButtonText>
<ButtonText>
<Trans>Cancel</Trans>
</ButtonText>
</Button>
</>
)}