mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Improve the user-facing strings of heos
(#144218)
This commit is contained in:
@@ -56,8 +56,8 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"title": "HEOS Options",
|
"title": "HEOS options",
|
||||||
"description": "You can sign-in to your HEOS Account to access favorites, streaming services, and other features. Clearing the credentials will sign-out of your account.",
|
"description": "You can sign in to your HEOS Account to access favorites, streaming services, and other features. Clearing the credentials will sign out of your account.",
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
},
|
},
|
||||||
"move_queue_item": {
|
"move_queue_item": {
|
||||||
"name": "Move queue item",
|
"name": "Move queue item",
|
||||||
"description": "Move one or more items within the play queue.",
|
"description": "Moves one or more items within the play queue.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"queue_ids": {
|
"queue_ids": {
|
||||||
"name": "Queue IDs",
|
"name": "Queue IDs",
|
||||||
|
Reference in New Issue
Block a user