Skip to content

Commit

Permalink
Remove close_select_mode key from transladtions and corresponding code (
Browse files Browse the repository at this point in the history
#22434)

remove close_select_mode key from transladtions and corresponding code

fixes: #22425
  • Loading branch information
j4n-e4t authored Oct 20, 2024
1 parent 338692d commit f05c204
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/layouts/hass-tabs-subpage-data-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f05c204

Please sign in to comment.