Use common strings in Dexcom config flow (#41767)

* add strings

* remove unused

* revert change

* already_configured_account->already_configured
This commit is contained in:
scheric 2020-10-28 11:03:33 +01:00 committed by GitHub
parent 0d0cccea7e
commit 9545fce55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]"
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
}
},
"options": {
@ -29,4 +29,4 @@
}
}
}
}
}