IMAP service strings: Fix typo (#96711)

Fix typo
This commit is contained in:
c0ffeeca7 2023-07-16 21:19:04 +02:00 committed by GitHub
parent f2556df7db
commit 79c6b773da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
"invalid_charset": "The specified charset is not supported",
"invalid_folder": "The selected folder is invalid",
"invalid_search": "The selected search is invalid",
"ssl_error": "An SSL error occurred. Change SSL cipher list and try again"
"ssl_error": "An SSL error occurred. Change SSL cipher list and try again."
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
@ -43,12 +43,12 @@
"search": "[%key:component::imap::config::step::user::data::search%]",
"custom_event_data_template": "Template to create custom event data",
"max_message_size": "Max message size (2048 < size < 30000)",
"enable_push": "Enable Push-IMAP if the server supports it. Turn off if Push-IMAP updates are unreliable"
"enable_push": "Enable Push-IMAP if the server supports it. Turn off if Push-IMAP updates are unreliable."
}
}
},
"error": {
"already_configured": "An entry with these folder and search options already exists",
"already_configured": "An entry with these folder and search options already exists.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_charset": "[%key:component::imap::config::error::invalid_charset%]",