Skip to content

Commit

Permalink
Merge pull request #512 from aeternity/issue/remove_urlstatus_titles
Browse files Browse the repository at this point in the history
Removed url status titles until the text content is figured out
  • Loading branch information
mradkov authored May 15, 2020
2 parents 77a1a4a + 0a19098 commit 5eae3e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,9 @@
"NoResultsMsg": "There are no results found"
},
"UrlStatus": {
"verifiedTitle": "Verified website, tips can be claimed",
"notverifiedTitle": "We can't guarantee the owner will receive the tip on this site",
"blacklisted": "Blacklisted website, the owner will not be able to claim the tip"
"verifiedTitle": "",
"notverifiedTitle": "",
"blacklisted": ""
}
}
}
6 changes: 3 additions & 3 deletions src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,9 @@
"NoResultsMsg": "There are no results found"
},
"UrlStatus": {
"verifiedTitle": "Verified website, tips can be claimed",
"notverifiedTitle": "We can't guarantee the owner will receive the tip on this site",
"blacklisted": "Blacklisted website, the owner will not be able to claim the tip"
"verifiedTitle": "",
"notverifiedTitle": "",
"blacklisted": ""
}
}
}

2 comments on commit 5eae3e6

@mradkov
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mradkov
Copy link
Contributor Author

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.