-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #374 #375
Fix #374 #375
Conversation
@@ -34,7 +34,8 @@ | |||
"help": "Help", | |||
"locked_tip": "<br/>Click to login by unlocking your wallet.<br/><br/>Closing the browser window will also log you out.", | |||
"unlocked_tip": "<br/>Click to log out by locking your wallet.<br/><br/>Closing the browser window will also log you out.", | |||
"account_notify": "The active account is now %(account)s" | |||
"account_notify": "The active account is now %(account)s", | |||
"account_value": "ACCOUNT VALUE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change ACCOUNT VALUE to normal lowercase "Account value"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I pushed a new commit
@@ -99,7 +100,7 @@ | |||
"show_ignored": "Show hidden accounts", | |||
"hide_ignored": "Hide hidden accounts", | |||
"accounts": "Accounts", | |||
"estimate_value": "Estimated account value", | |||
"estimate_value": "Estimated ACCOUNT VALUE", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For future PRs, please make them to the staging
branch, the bitshares branch is no longer in use.
@@ -99,7 +100,7 @@ | |||
"show_ignored": "Show hidden accounts", | |||
"hide_ignored": "Hide hidden accounts", | |||
"accounts": "Accounts", | |||
"estimate_value": "Estimated account value", | |||
"estimate_value": "Estimated Account value", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hate to be a stickler, but please make Account lowercase also.
Sorry, I did not pay attention to the contributing guide has changed. I merged the branch |
fix issue #374
Updated text 'Balance' to 'ACCOUNT VALUE'