Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
username and password dialog text should be labels, not placeholders
Browse files Browse the repository at this point in the history
auditors: @bbdony
  • Loading branch information
bridiver committed Aug 30, 2016
1 parent 72f8e7e commit 8a641e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/extensions/brave/locales/en-US/app.properties
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ moreBookmarks=More bookmarks...
fullScreenModeWarning={{host}} entered full screen mode, press ESC to exit.
braveMenuTotalReplacements=Total Replacements: {{count}}
basicAuthRequired=Authentication Required
basicAuthUsername.placeholder=Username:
basicAuthPassword.placeholder=Password:
basicAuthUsername=Username:
basicAuthPassword=Password:
basicAuthMessage={{host}} requires a username and password.
crashScreenHeader=Something went wrong =(
crashScreenText=An error occurred while displaying this webpage. To continue, reload or navigate to another page.
Expand Down

2 comments on commit 8a641e9

@bbondy
Copy link
Member

@bbondy bbondy commented on 8a641e9 Aug 30, 2016

Choose a reason for hiding this comment

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

typo in auditor but ++

@bridiver
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oops, I guess bbdo.com can audit as well :)

Please sign in to comment.