Skip to content

Commit b2a0ce7

Browse files
committedMar 21, 2025
Fix non-translatable string
1 parent 45b01fc commit b2a0ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎android/lib/resource/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<string name="copied_mullvad_account_number">Copied Mullvad account number to clipboard</string>
6363
<string name="paid_until">Paid until</string>
6464
<string name="log_out">Log out</string>
65-
<string name="local_network_sharing" translatable="false">Local network sharing</string>
65+
<string name="local_network_sharing">Local network sharing</string>
6666
<string name="auto_connect_and_lockdown_mode">Auto-connect &amp; Lockdown mode</string>
6767
<string name="auto_connect_and_lockdown_mode_footer">Makes sure the device is always on the VPN tunnel.</string>
6868
<string name="go_to_vpn_settings">Go to VPN settings</string>

0 commit comments

Comments
 (0)
Failed to load comments.