From b65791e419199f278e748d3b64e79a01f3cf5cb5 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 12 Aug 2022 14:40:13 -0400 Subject: [PATCH] PINES: Add label next to Toggle for advanced search filters in staff client Signed-off-by: Terran McCanna --- Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html index e75ef48fe9..dacd65a1df 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html @@ -113,7 +113,7 @@ class="btn btn-sm material-icon-button" type="button" (click)="toggleFilters()" title="Toggle Search Filters" i18n-title> - more_vert + more_vert (Search Filters) -- 2.11.0