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

Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
pull/21833/head
Resynth 2020-11-23 12:57:06 +00:00 committed by GitHub
parent 1b48b08525
commit d44aab6d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export default function AccessTokenDialog(props: IProps) {
title="Reveal Access Token" title="Reveal Access Token"
danger={true} danger={true}
description={_t( description={_t(
"Your access token gives full access to your account. Do not share it with anyone." "Your access token gives full access to your account. Do not share it with anyone.",
)} )}
></QuestionDialog> ></QuestionDialog>
); );