diff options
author | Eric Bailey <git@esb.lol> | 2025-04-21 15:34:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-21 15:34:20 -0500 |
commit | b3c3ee55412f7eb74a2c36afb41c7abb9f4c8060 (patch) | |
tree | 8c12499a94e9b38c3b25d4b7b66e07b44204fc81 /src/components/verification | |
parent | 13884b0a1c0380c14e1f13a3cec15d3f99ab630e (diff) | |
download | voidsky-b3c3ee55412f7eb74a2c36afb41c7abb9f4c8060.tar.zst |
Tweak dialog copy (#8254)
Diffstat (limited to 'src/components/verification')
-rw-r--r-- | src/components/verification/VerificationsDialog.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/verification/VerificationsDialog.tsx b/src/components/verification/VerificationsDialog.tsx index 554149d9e..640793968 100644 --- a/src/components/verification/VerificationsDialog.tsx +++ b/src/components/verification/VerificationsDialog.tsx @@ -90,8 +90,8 @@ function Inner({ </Trans> ) : ( <Trans> - This account has one or more verifications, but it is not - currently verified. + This account has one or more attempted verifications, but it is + not currently verified. </Trans> )} </Text> |