Fix missing strings in soma config flow (#27689)

This commit is contained in:
Tiit Rätsep 2019-10-15 15:05:10 +03:00 committed by Martin Hjelmare
parent 16c18d303f
commit 40fbc3bd41
2 changed files with 21 additions and 1 deletions

View file

@ -8,6 +8,16 @@
"create_entry": {
"default": "Successfully authenticated with Soma."
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"description": "Please enter connection settings of your SOMA Connect.",
"title": "SOMA Connect"
}
},
"title": "Soma"
}
}
}

View file

@ -8,6 +8,16 @@
"create_entry": {
"default": "Successfully authenticated with Soma."
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"description": "Please enter connection settings of your SOMA Connect.",
"title": "SOMA Connect"
}
},
"title": "Soma"
}
}