Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
fix minor typo in L10n string key names: phising -> phishing (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan authored and keianhzo committed Sep 7, 2018
1 parent 50a9ed4 commit 0014ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ private static LocalizedResources fromGeckoErrorToLocalizedResources(@LoadErrorC
}
case NavigationDelegate.ERROR_SAFEBROWSING_PHISHING_URI: {
return LocalizedResources.create(
R.string.error_safe_phising_uri_title,
R.string.error_safe_phising_uri_message);
R.string.error_safe_phishing_uri_title,
R.string.error_safe_phishing_uri_message);
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/localpages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@
<p>The site at %1$s has been reported as a potentially harmful site and has been blocked based on your security preferences.</p>
]]></string>

<string name="error_safe_phising_uri_title">Deceptive site issue</string>
<string name="error_safe_phising_uri_message"><![CDATA[
<string name="error_safe_phishing_uri_title">Deceptive site issue</string>
<string name="error_safe_phishing_uri_message"><![CDATA[
<p>This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.</p>
]]></string>

Expand Down

0 comments on commit 0014ea3

Please sign in to comment.