Skip to content

Commit

Permalink
Merge pull request #514 from shapkarin/claim_name
Browse files Browse the repository at this point in the history
Change "claim" to "register" and fix updateAvailable grammar
  • Loading branch information
mradkov authored Sep 23, 2020
2 parents 5233788 + a878beb commit 7864624
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/popup/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@
"backup": "backup",
"yourSeedPhrase": "your seed phrase",
"updateExtension": "New version available! Please update your extension.",
"updateAvailable": "New version available in the store!",
"claim-name": "Claim your .chain name"
"updateAvailable": "New version is available in the store!",
"claim-name": "Register a name"
},
"claim": {
"claim": "Claim tips",
Expand Down
4 changes: 2 additions & 2 deletions src/popup/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@
"backup": "backup",
"yourSeedPhrase": "your seed phrase",
"updateExtension": "New version available! Please update your extension.",
"updateAvailable": "New version in store available!",
"claim-name": "Claim your .chain name"
"updateAvailable": "New version in the store is available!",
"claim-name": "Register a name"
},
"claim": {
"claim": "Claim tips",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/integration/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ describe('Test cases for Account Page', () => {
it('Account info contain claim name message', () => {
cy.get('[data-cy=account-name]')
.should('be.visible')
.contains('Claim your .chain name');
.contains('Register a name');
});
});

1 comment on commit 7864624

@davidyuk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.