Signed-off-by: Resynth <resynth1943@tutanota.com>
This commit is contained in:
Resynth 2020-10-25 22:05:44 +00:00
parent e33f4ba9c0
commit ae29168e07

View file

@ -32,7 +32,7 @@ export default function AccessTokenDialog (props: IProps) {
description={_t( description={_t(
"Do not reveal your Access Token to anyone, under any circumstances. " + "Do not reveal your Access Token to anyone, under any circumstances. " +
"Sharing your Access Token with someone would allow them to login to " + "Sharing your Access Token with someone would allow them to login to " +
"your account, and access your private information." "your account, and access your private information.",
)} )}
></QuestionDialog> ></QuestionDialog>
); );