Remove close_select_mode key from transladtions and corresponding code (#22434)

remove close_select_mode key from transladtions and corresponding code

fixes: #22425
This commit is contained in:
Julian 2024-10-20 14:46:34 +02:00 committed by GitHub
parent 338692d2c3
commit f05c204da3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -371,7 +371,7 @@ export class HaTabsSubpageDataTable extends LitElement {
>
<div slot="headline">
${localize(
"ui.components.subpage-data-table.close_select_mode"
"ui.components.subpage-data-table.exit_selection_mode"
)}
</div>
</ha-md-menu-item>

View File

@ -367,7 +367,7 @@ class HaPanelDevStatistics extends SubscribeMixin(LitElement) {
>
<div slot="headline">
${localize(
"ui.components.subpage-data-table.close_select_mode"
"ui.components.subpage-data-table.exit_selection_mode"
)}
</div>
</ha-md-menu-item>

View File

@ -538,7 +538,6 @@
"expand_all_groups": "Expand all",
"select": "Select",
"selected": "Selected {selected}",
"close_select_mode": "Close selection mode",
"select_all": "Select all",
"select_none": "Select none",
"settings": "Customize table"