Merge pull request #4413 from kiwix/Fixes#4411

Changed "ip" as "IP" in our string file.
This commit is contained in:
Kelson 2025-09-03 11:29:52 +02:00 committed by GitHub
commit 796ff4ccc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,8 +46,8 @@
<string name="start_server_label" tools:keep="@string/start_server_label">Start server</string>
<string name="stop_server_label" tools:keep="@string/stop_server_label">Stop server</string>
<string name="error_server_already_running" tools:keep="@string/error_server_already_running">The server is already running. Please turn it off and try again.</string>
<string name="error_ip_address_not_found">Couldnt find ip address.</string>
<string name="server_started_message" tools:keep="@string/server_started_message">Enter this ip address into your browser to access the server %s</string>
<string name="error_ip_address_not_found">Couldnt find IP address.</string>
<string name="server_started_message" tools:keep="@string/server_started_message">Enter this IP address into your browser to access the server %s</string>
<string name="qr_code">Rendered QR Code</string>
<string name="share_host_address">Share URL via other applications</string>
<string name="error_file_not_found">Error: The selected ZIM file could not be found. %s</string>