Fixed: "ip" as "IP" in our string file.

This commit is contained in:
MohitMaliFtechiz 2025-09-03 13:15:23 +05:30 committed by Kelson
parent 4673282bf1
commit 10e92796eb

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>