mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-17 00:51:44 +03:00
Update src/components/views/dialogs/AccessTokenDialog.tsx
This commit is contained in:
parent
a3212c0477
commit
34fbed3fbb
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ export default function AccessTokenDialog(props: IProps) {
|
|||
title="Reveal Access Token"
|
||||
danger={true}
|
||||
description={_t(
|
||||
"Do not reveal your Access Token to anyone, under any circumstances. " +
|
||||
"Sharing your Access Token with someone would allow them to login to " +
|
||||
"your account, and access your private information.",
|
||||
"Your access token gives full access to your account. Do not share it with anyone."
|
||||
)}
|
||||
></QuestionDialog>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue