Add localizable "Actions" label to OAuth credentials picker (#23958)

* Add localizable "Actions" label to OAuth credentials picker

* Prettier
This commit is contained in:
Norbert Rittel 2025-01-30 18:05:18 +01:00 committed by Bram Kragten
parent e7931ce049
commit dc68aaa803

View File

@ -106,6 +106,7 @@ export class HaConfigApplicationCredentials extends LitElement {
},
actions: {
title: "",
label: localize("ui.panel.config.generic.headers.actions"),
type: "overflow-menu",
showNarrow: true,
hideable: false,