Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JL - Update service search instructions #2932

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/catalogs/_service_accordion.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
.form-group.input-group.mb-0
%span.input-group-icon
= icon('fas', 'search fa-lg text-muted')
= text_field_tag 'serviceQuery', nil, placeholder: t(:proper)[:catalog][:accordion][:search_placeholder], class: "form-control form-control-lg"
= text_field_tag 'serviceQuery', nil, placeholder: t(:proper)[:catalog][:accordion][:search_placeholder], class: "form-control form-control-lg", title: t(:proper)[:catalog][:accordion][:search_tooltip], data: { toggle: 'tooltip', disable: true }
.card-body
= render 'catalogs/accordion/institutions', institutions: institutions, locked_ids: locked_org_ids ? locked_org_ids : []
3 changes: 2 additions & 1 deletion config/locales/proper.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ en:
catalog:
accordion:
header: "Browse Service Catalog"
search_placeholder: "Search by Name, CPT Code, or EAP ID"
search_placeholder: "Search for service"
search_tooltip: "You can search for services by service name, abbreviation, description, or CPT/EAP Codes"
center:
header: "Welcome to SPARCRequest"
subheader: "Storefront of Research Services"
Expand Down