mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 1264576 - Fix typo from bug 682294 which prevents fetching of the error title for file access denied. r=sebastian
MozReview-Commit-ID: Cps3q08vCMK
This commit is contained in:
parent
2662119963
commit
5b3efc9d1b
@ -287,7 +287,7 @@
|
||||
<h1 id="et_generic">&generic.title;</h1>
|
||||
<h1 id="et_dnsNotFound">&dnsNotFound.title;</h1>
|
||||
<h1 id="et_fileNotFound">&fileNotFound.title;</h1>
|
||||
<h1 id="fileAccessDenied">&fileAccessDenied.title;</h1>
|
||||
<h1 id="et_fileAccessDenied">&fileAccessDenied.title;</h1>
|
||||
<h1 id="et_malformedURI">&malformedURI.title;</h1>
|
||||
<h1 id="et_unknownProtocolFound">&unknownProtocolFound.title;</h1>
|
||||
<h1 id="et_connectionFailure">&connectionFailure.title;</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user