Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1c51385 authored by Roy West's avatar Roy West
Browse files

Fix bug 2248975, edits to load error HTML pages.

Change-Id: I17e98926ef3b0d792bb85200847d649425b9aeb5
parent 4b8d36b3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

            <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
            <h2>Webpage not available</h2>
            <p>The Web page at <a href="%s">%s</a> could not be loaded as:</p>
            <p>The webpage at <a href="%s">%s</a> could not be loaded because:</p>
            <!-- The %e is replaced by a localized error string -->
            <p>%e</p>
        </body>
+7 −9
Original line number Diff line number Diff line
@@ -11,17 +11,15 @@

            <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
            <h2>Webpage not available</h2>
            <p>The Web page at <a href="%s">%s</a> might be
            <p>The webpage at <a href="%s">%s</a> might be
            temporarily down or it may have moved permanently to a new web
            address.</p>

            <p><b>Here are some suggestions:</b></p>
            <p><b>Suggestions:</b></p>
            <ul>
                <li>Check to make sure your device has a signal and data
                connection</li>
                <li>Reload this web page later.</li>
                <li>View a cached copy of the web page from Google</li>

                <li>Make sure you have a data connection</li>
                <li>Reload this webpage later</li>
                <li>Check the address you entered</li>
            </ul>
        </body>
    </head>