Skip to content

Commit

Permalink
style: Remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Mar 30, 2021
1 parent a638618 commit fdb94a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/ui/filters/filter_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ frappe.ui.FilterGroup = class {
<hr class="divider"></hr>
<div class="filter-action-buttons">
<button class="text-muted add-filter btn btn-xs">
+ ${__(' Add a Filter')}
+ ${__('Add a Filter')}
</button>
<div>
<button class="btn btn-secondary btn-xs clear-filters">
Expand Down

0 comments on commit fdb94a5

Please sign in to comment.