Skip to content

Commit 1132951

Browse files
Robclaude
andcommitted
fix: rename "Direct IP" connection type to "Direct"
Hostname-based connections are now supported, so "IP" in the label is misleading. English and Dutch strings updated; other locales retain their existing translations. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e94c739 commit 1132951

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Common/src/main/res/values-nl/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ Als je op OK drukt, wordt er een verbinding gemaakt op deze telefoon en wordt er
16211621
<string name="mirror_delete_connection_message">%1$s wordt definitief verwijderd.</string>
16221622
<string name="mirror_connection_type">Verbindingstype</string>
16231623
<string name="mirror_type_local">Lokaal</string>
1624-
<string name="mirror_type_direct_ip">Direct IP</string>
1624+
<string name="mirror_type_direct_ip">Direct</string>
16251625
<string name="mirror_type_local_hint">Zelfde wifi. IP automatisch gedetecteerd.</string>
16261626
<string name="mirror_type_ice_hint">Tussen netwerken via STUN/TURN.</string>
16271627
<string name="mirror_type_direct_hint">Specifieke IP/hostnaam.</string>

Common/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ Pressing OK will generate a connection on this phone and display a QR code that
18121812
<string name="mirror_delete_connection_message">%1$s will be removed permanently.</string>
18131813
<string name="mirror_connection_type">Connection Type</string>
18141814
<string name="mirror_type_local">Local</string>
1815-
<string name="mirror_type_direct_ip">Direct IP</string>
1815+
<string name="mirror_type_direct_ip">Direct</string>
18161816
<string name="mirror_type_local_hint">Same Wi-Fi. IP auto-detected.</string>
18171817
<string name="mirror_type_ice_hint">Across networks via STUN/TURN.</string>
18181818
<string name="mirror_type_direct_hint">Specific IP/hostname.</string>

0 commit comments

Comments
 (0)