Skip to content

Commit a35532a

Browse files
authored
Reorder keys
1 parent 5b7bdca commit a35532a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

homeassistant/components/music_assistant/strings.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@
2525
"url": "URL of the Music Assistant server"
2626
}
2727
},
28-
"user": {
29-
"data": {
30-
"url": "[%key:component::music_assistant::config::step::init::data::url%]"
31-
},
32-
"data_description": {
33-
"url": "[%key:component::music_assistant::config::step::init::data_description::url%]"
34-
}
35-
},
3628
"manual": {
3729
"data": {
3830
"url": "URL of the Music Assistant server"
@@ -42,6 +34,14 @@
4234
},
4335
"description": "Enter the URL to your already running Music Assistant server. If you do not have the Music Assistant server running, you should install it first.",
4436
"title": "Manually add Music Assistant server"
37+
},
38+
"user": {
39+
"data": {
40+
"url": "[%key:component::music_assistant::config::step::init::data::url%]"
41+
},
42+
"data_description": {
43+
"url": "[%key:component::music_assistant::config::step::init::data_description::url%]"
44+
}
4545
}
4646
}
4747
},

0 commit comments

Comments
 (0)