mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add localizable "Actions" label to OAuth credentials picker (#23958)
* Add localizable "Actions" label to OAuth credentials picker * Prettier
This commit is contained in:
parent
e7931ce049
commit
dc68aaa803
@ -106,6 +106,7 @@ export class HaConfigApplicationCredentials extends LitElement {
|
|||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
title: "",
|
title: "",
|
||||||
|
label: localize("ui.panel.config.generic.headers.actions"),
|
||||||
type: "overflow-menu",
|
type: "overflow-menu",
|
||||||
showNarrow: true,
|
showNarrow: true,
|
||||||
hideable: false,
|
hideable: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user