You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Update src/components/views/dialogs/AccessTokenDialog.tsx
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user