Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change quotes in cloud translations #113871

Merged
merged 4 commits into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions homeassistant/components/cloud/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"issues": {
"deprecated_gender": {
"title": "The '{deprecated_option}' text-to-speech option is deprecated",
"title": "The `{deprecated_option}` text-to-speech option is deprecated",
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::cloud::issues::deprecated_voice::title%]",
"description": "The '{deprecated_option}' option for text-to-speech in the {integration_name} integration is deprecated and will be removed.\nPlease update your automations and scripts to replace the '{deprecated_option}' option with an option for a supported '{replacement_option}' instead."
"description": "The `{deprecated_option}` option for text-to-speech in the {integration_name} integration is deprecated and will be removed.\nPlease update your automations and scripts to replace the `{deprecated_option}` option with an option for a supported `{replacement_option}` instead."
}
}
}
Expand All @@ -45,7 +45,7 @@
"step": {
"confirm": {
"title": "[%key:component::cloud::issues::deprecated_voice::title%]",
"description": "The '{deprecated_voice}' voice is deprecated and will be removed.\nPlease update your automations and scripts to replace the '{deprecated_voice}' with another voice like eg. '{replacement_voice}'."
"description": "The `{deprecated_voice}`voice is deprecated and will be removed.\nPlease update your automations and scripts to replace the `{deprecated_voice}` with another voice like eg. `{replacement_voice}`."
}
}
}
Expand Down