mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 12:56:37 +00:00
Fix typo in credentials removal dialog (#12784)
This commit is contained in:
parent
ffc4ca5b56
commit
2c1550b10f
@ -2909,7 +2909,7 @@
|
|||||||
},
|
},
|
||||||
"remove_selected": {
|
"remove_selected": {
|
||||||
"button": "Remove selected",
|
"button": "Remove selected",
|
||||||
"confirm_title": "Do you want to remove {number} {number, plural,\n one {credential}\n other {credentialss}\n}?",
|
"confirm_title": "Do you want to remove {number} {number, plural,\n one {credential}\n other {credentials}\n}?",
|
||||||
"confirm_text": "Application Credentials in use by an integration may not be removed.",
|
"confirm_text": "Application Credentials in use by an integration may not be removed.",
|
||||||
"error_title": "Removing Application Credential failed"
|
"error_title": "Removing Application Credential failed"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user