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

Refactor: Rename "More info dialog" to "Details view" for clearer tra… #22537

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@
"ask_pin": "Ask for PIN",
"manual_config": "Managed in configuration.yaml",
"unsupported": "Unsupported",
"view_entity": "More info about entity"
"view_entity": "Details view about entity"
},
"restart": {
"heading": "Restart Home Assistant",
Expand Down Expand Up @@ -5378,7 +5378,7 @@
"show_more_info": "Show more information",
"actions": {
"action_confirmation": "Are you sure you want to run action ''{action}''?",
"no_entity_more_info": "No entity provided for more info dialog",
"no_entity_more_info": "No entity provided for details view",
"no_entity_toggle": "No entity provided to toggle",
"no_navigation_path": "No navigation path specified",
"no_url": "No URL to open specified",
Expand Down Expand Up @@ -5413,7 +5413,7 @@
"url": "Open window to {url_path}",
"toggle": "Toggle {name}",
"perform_action": "Perform action {name}",
"more_info": "Show more info: {name}"
"more_info": "Show details view: {name}"
},
"iframe": {
"error_secure_context": "Unable to load iframes pointing at websites using {target_protocol} if Home Assistant is served over {context_protocol}."
Expand Down Expand Up @@ -5767,7 +5767,7 @@
"actions": {
"default_action": "Default",
"perform-action": "Perform action",
"more-info": "More info",
"more-info": "Details view",
"toggle": "Toggle",
"navigate": "Navigate",
"assist": "Assist",
Expand Down Expand Up @@ -5898,7 +5898,7 @@
"button": {
"name": "Button",
"description": "The Button card allows you to add buttons to perform tasks.",
"default_action_help": "The default depends on the entity's capabilities, it will either be toggled or the more info dialog will be shown."
"default_action_help": "The default depends on the entity's capabilities; it will either be toggled or the details view will be shown."
},
"entity-filter": {
"name": "Entity filter",
Expand Down Expand Up @@ -6159,7 +6159,7 @@
},
"tile": {
"name": "Tile",
"description": "The tile card gives you a quick overview of your entity. The card allow you to toggle the entity, show the more info dialog or custom actions.",
"description": "he tile card gives you a quick overview of your entity. The card allows you to toggle the entity, show the details view, or perform custom actions.",
"color": "Color",
"color_helper": "Inactive state (e.g. off, closed) will not be colored.",
"icon_tap_action": "Icon tap behavior",
Expand Down