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

Commit 9b107481 authored by Erik Kline's avatar Erik Kline
Browse files

Add a string message for Private DNS strict mode failure

Add a message to be displayed whenever a Private DNS provider
hostname is unusable.  It might be that the name fails to resolve
or that network errors prevent us from connecting -- the string
need give no indication of the specific failure mode, only its
unusability.

Test: treehugger
Bug: 64133961
Bug: 74844869
Change-Id: I361291229241854dc3b9b84407baf500e84a1832
parent 4cfd9f24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -556,6 +556,7 @@
    <string name="private_dns_mode_opportunistic">Automatic</string>
    <string name="private_dns_mode_provider">Private DNS provider hostname</string>
    <string name="private_dns_mode_provider_hostname_hint">Enter hostname of DNS provider</string>
    <string name="private_dns_mode_provider_failure">Couldn\'t connect</string>

    <!-- setting Checkbox summary whether to show options for wireless display certification  -->
    <string name="wifi_display_certification_summary">Show options for wireless display certification</string>