Several strings fixes in the emoncms integration (#135792)

This commit is contained in:
Norbert Rittel 2025-01-16 23:22:28 +01:00 committed by GitHub
parent 59429dea39
commit e433c2250c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"data_description": {
"url": "Server url starting with the protocol (http or https)",
"api_key": "Your 32 bits api key"
"url": "Server URL starting with the protocol (http or https)",
"api_key": "Your 32 bits API key"
}
},
"choose_feeds": {
@ -93,7 +93,7 @@
},
"migrate_database": {
"title": "Upgrade your emoncms version",
"description": "Your [emoncms]({url}) does not ship a unique identifier.\n\n Please upgrade to at least version 11.5.7 and migrate your emoncms database.\n\n More info on [emoncms documentation]({doc_url})"
"description": "Your [emoncms]({url}) does not ship a unique identifier.\n\nPlease upgrade to at least version 11.5.7 and migrate your emoncms database.\n\nMore info in the [emoncms documentation]({doc_url})"
}
}
}