Skip to content

Commit

Permalink
following the review, delete default name for better dynamic approach
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Jan 10, 2025
1 parent 0b010a6 commit cadbd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-core/app/views/decidim/searches/_filters.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav role="navigation" aria-labelledby="filters-title">
<h1 id="filters-title" class="sr-only">
<%= t("decidim.searches.filters.title", default: "Search filters") %>
<%= t("decidim.searches.filters.title") %>
</h1>
<div class="filter-container search__filter">
<button id="dropdown-trigger-search" data-component="dropdown" data-target="dropdown-menu-search" data-auto-close="true">
Expand Down

0 comments on commit cadbd3e

Please sign in to comment.