Fix missing sentence-casing in a few plex strings (#142720)

This commit is contained in:
Norbert Rittel 2025-04-11 15:38:07 +02:00 committed by GitHub
parent cd45c5d886
commit f42f698dbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
} }
}, },
"manual_setup": { "manual_setup": {
"title": "Manual Plex Configuration", "title": "Manual Plex configuration",
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]", "port": "[%key:common::config_flow::data::port%]",
@ -29,8 +29,8 @@
} }
}, },
"error": { "error": {
"faulty_credentials": "Authorization failed, verify Token", "faulty_credentials": "Authorization failed, verify token",
"host_or_token": "Must provide at least one of Host or Token", "host_or_token": "Must provide at least one of host or token",
"no_servers": "No servers linked to Plex account", "no_servers": "No servers linked to Plex account",
"not_found": "Plex server not found", "not_found": "Plex server not found",
"ssl_error": "SSL certificate issue" "ssl_error": "SSL certificate issue"
@ -47,12 +47,12 @@
"options": { "options": {
"step": { "step": {
"plex_mp_settings": { "plex_mp_settings": {
"description": "Options for Plex Media Players", "description": "Options for Plex media players",
"data": { "data": {
"use_episode_art": "Use episode art", "use_episode_art": "Use episode art",
"ignore_new_shared_users": "Ignore new managed/shared users", "ignore_new_shared_users": "Ignore new managed/shared users",
"monitored_users": "Monitored users", "monitored_users": "Monitored users",
"ignore_plex_web_clients": "Ignore Plex Web clients" "ignore_plex_web_clients": "Ignore Plex web clients"
} }
} }
} }