Skip to content

Commit

Permalink
feat: added additional permission to LAK login display
Browse files Browse the repository at this point in the history
  • Loading branch information
esaminu committed Apr 6, 2022
1 parent 27f7c64 commit 600f04d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/frontend/src/components/login/v2/ConfirmLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const LimitedAccessUI = () => (
<>
<PermissionItem translateId='login.v2.connectConfirm.permissions.viewAddress' />
<PermissionItem translateId='login.v2.connectConfirm.permissions.viewBalance' />
<PermissionItem translateId='login.v2.connectConfirm.permissions.callMethodsOnContract' />
<PermissionItem permitted={false} translateId='login.v2.connectConfirm.permissions.notTransferTokens' />
</>
);
Expand Down
3 changes: 2 additions & 1 deletion packages/frontend/src/translations/en.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@
"notTransferTokens": "This does not allow the app to transfer tokens",
"transferTokens": "Transfer tokens from your account",
"viewAddress": "View the address of your permitted account",
"viewBalance": "View the balance of your permitted account"
"viewBalance": "View the balance of your permitted account",
"callMethodsOnContract": "Call methods on the smart contract on behalf of your permitted account"
},
"title": "Connecting with:"
},
Expand Down

0 comments on commit 600f04d

Please sign in to comment.