Skip to content

Commit fd0629f

Browse files
committed
Fix format of ipv6 addresses in info dialog
1 parent 272e3e4 commit fd0629f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/lib/resource/src/main/res/values/strings_non_translatable.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<string name="split_tunneling" translatable="false">Split tunneling</string>
1010
<string name="wireguard" translatable="false">WireGuard</string>
1111
<string name="local_network_sharing_ip_ranges">
12-
<![CDATA[<ul><li>10.0.0.0/8</li><li>172.16.0.0/12</li><li>192.168.0.0/16</li><li>169.254.0.0/16</li><li>0xfe80::/10</li><li>0xfc00::/7</li></ul>]]>
12+
<![CDATA[<ul><li>10.0.0.0/8</li><li>172.16.0.0/12</li><li>192.168.0.0/16</li><li>169.254.0.0/16</li><li>fe80::/10</li><li>fc00::/7</li></ul>]]>
1313
</string>
1414
</resources>

0 commit comments

Comments
 (0)