about summary refs log tree commit diff
path: root/src/view/com/modals/ChangePassword.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-02-27 19:17:47 +0900
committerMinseo Lee <itoupluk427@gmail.com>2024-02-27 19:17:47 +0900
commitb2605d3908c9e3d59e07c5a53172b067f55e650c (patch)
tree0adfa55e182fe759c823c8e9a4493bbda82e9f3e /src/view/com/modals/ChangePassword.tsx
parent8d394a354114d5d6cacc79f60035a7a3d9629659 (diff)
downloadvoidsky-b2605d3908c9e3d59e07c5a53172b067f55e650c.tar.zst
Update ChangePassword.tsx
Diffstat (limited to 'src/view/com/modals/ChangePassword.tsx')
-rw-r--r--src/view/com/modals/ChangePassword.tsx2
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>