Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit f2b94af

Browse files
committed
chore: upload strings
1 parent fdc6ff5 commit f2b94af

File tree

2 files changed

+11
-7
lines changed
  • src/features/dashboard/components/ApiTokenTable

2 files changed

+11
-7
lines changed

src/features/dashboard/components/ApiTokenTable/CopyTokenDialog/index.tsx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,21 @@ const CopyTokenDialog = ({ setToggleModal, copyToken }: TCopyTokenDialog) => {
5050
<Modal.PageContent has_close_button action_buttons={actionButtons}>
5151
<div className={styles.content}>
5252
<Translate>
53-
Be careful who you share this token with. Anyone with this token can perform the
54-
following actions on your account behalf
53+
Be careful who you share this token with. Anyone with this token can perform the
54+
following actions on your account behalf
5555
</Translate>
5656
<ul>
57-
<li><Translate>Add accounts</Translate></li>
57+
<li>
58+
<Translate>Add accounts</Translate>
59+
</li>
5860

59-
<li><Translate>Create or delete API tokens for trading and withdrawals</Translate></li>
61+
<li>
62+
<Translate>Create or delete API tokens for trading and withdrawals</Translate>
63+
</li>
6064

61-
<li><Translate>Modify account settings</Translate></li>
65+
<li>
66+
<Translate>Modify account settings</Translate>
67+
</li>
6268
</ul>
6369
</div>
6470
</Modal.PageContent>

src/features/dashboard/components/ApiTokenTable/DeleteTokenDialog/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ const DeleteTokenDialog = ({ onDelete, setToggleModal }: TDeleteTokendialog) =>
4949
<Modal.DialogContent
5050
title='Deleting token'
5151
content={translate({ message: 'Are you sure you want to delete this token?' })}
52-
title='Delete token'
53-
content='Are you sure you want to delete this token?'
5452
action_buttons={actionButtons}
5553
has_close_button
5654
/>

0 commit comments

Comments
 (0)