mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 03:37:08 +00:00
Use common strings in Dexcom config flow (#41767)
* add strings * remove unused * revert change * already_configured_account->already_configured
This commit is contained in:
parent
0d0cccea7e
commit
9545fce55b
@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user