diff options
Diffstat (limited to 'src/components')
-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> |