diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-02-27 19:17:47 +0900 |
---|---|---|
committer | Minseo Lee <itoupluk427@gmail.com> | 2024-02-27 19:17:47 +0900 |
commit | b2605d3908c9e3d59e07c5a53172b067f55e650c (patch) | |
tree | 0adfa55e182fe759c823c8e9a4493bbda82e9f3e | |
parent | 8d394a354114d5d6cacc79f60035a7a3d9629659 (diff) | |
download | voidsky-b2605d3908c9e3d59e07c5a53172b067f55e650c.tar.zst |
Update ChangePassword.tsx
-rw-r--r-- | src/view/com/modals/ChangePassword.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/ChangePassword.tsx b/src/view/com/modals/ChangePassword.tsx index 44d85fc44..b2415a1ed 100644 --- a/src/view/com/modals/ChangePassword.tsx +++ b/src/view/com/modals/ChangePassword.tsx @@ -137,7 +137,7 @@ export function Component() { <View> <View style={styles.titleSection}> <Text type="title-lg" style={[pal.text, styles.title]}> - {stage !== Stages.Done ? 'Change Password' : 'Password Changed'} + {stage !== Stages.Done ? _(msg`Change Password`) : _(msg`Password Changed`)} </Text> </View> |