Update src/components/views/dialogs/AccessTokenDialog.tsx

This commit is contained in:
Qt Resynth 2020-11-20 01:15:58 +00:00 committed by GitHub
parent a3212c0477
commit 34fbed3fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,9 +31,7 @@ export default function AccessTokenDialog(props: IProps) {
title="Reveal Access Token" title="Reveal Access Token"
danger={true} danger={true}
description={_t( description={_t(
"Do not reveal your Access Token to anyone, under any circumstances. " + "Your access token gives full access to your account. Do not share it with anyone."
"Sharing your Access Token with someone would allow them to login to " +
"your account, and access your private information.",
)} )}
></QuestionDialog> ></QuestionDialog>
); );