mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
A string tweak that was bugging me
This commit is contained in:
parent
fb7d816a1a
commit
cf4c29df3c
2 changed files with 2 additions and 2 deletions
|
@ -1436,7 +1436,7 @@
|
||||||
"LabelCreateHttpPortMapHelp": "Permit automatic port mapping to create a rule for http traffic in addition to https traffic.",
|
"LabelCreateHttpPortMapHelp": "Permit automatic port mapping to create a rule for http traffic in addition to https traffic.",
|
||||||
"HeaderAutoDiscovery": "Network Discovery",
|
"HeaderAutoDiscovery": "Network Discovery",
|
||||||
"LabelAutomaticDiscovery": "Enable Auto Discovery:",
|
"LabelAutomaticDiscovery": "Enable Auto Discovery:",
|
||||||
"LabelAutomaticDiscoveryHelp": "Enable applications to automatically detect Jellyfin by using udp port 7359.",
|
"LabelAutomaticDiscoveryHelp": "Allow applications to automatically detect Jellyfin by using UDP port 7359.",
|
||||||
"LabelAutoDiscoveryTracing": "Enable Auto Discovery tracing.",
|
"LabelAutoDiscoveryTracing": "Enable Auto Discovery tracing.",
|
||||||
"LabelAutoDiscoveryTracingHelp": "When enabled, packets received on the auto discovery port will be logged.",
|
"LabelAutoDiscoveryTracingHelp": "When enabled, packets received on the auto discovery port will be logged.",
|
||||||
"HeaderPortRanges": "Firewall and Proxy Settings",
|
"HeaderPortRanges": "Firewall and Proxy Settings",
|
||||||
|
|
|
@ -524,7 +524,7 @@
|
||||||
"LabelAutoDiscoveryTracingHelp": "When enabled, packets received on the auto discovery port will be logged.",
|
"LabelAutoDiscoveryTracingHelp": "When enabled, packets received on the auto discovery port will be logged.",
|
||||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||||
"LabelAutomaticDiscovery": "Enable Auto Discovery:",
|
"LabelAutomaticDiscovery": "Enable Auto Discovery:",
|
||||||
"LabelAutomaticDiscoveryHelp": "Enable applications to automatically detect Jellyfin by using udp port 7359.",
|
"LabelAutomaticDiscoveryHelp": "Allow applications to automatically detect Jellyfin by using UDP port 7359.",
|
||||||
"LabelBaseUrl": "Base URL:",
|
"LabelBaseUrl": "Base URL:",
|
||||||
"LabelBaseUrlHelp": "Add a custom subdirectory to the server URL. For example: <code>http://example.com/<b><baseurl></b></code>",
|
"LabelBaseUrlHelp": "Add a custom subdirectory to the server URL. For example: <code>http://example.com/<b><baseurl></b></code>",
|
||||||
"LabelBindToLocalNetworkAddress": "Bind to local network address:",
|
"LabelBindToLocalNetworkAddress": "Bind to local network address:",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue