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

change the label on the shopping cart tab from "Active" to "Open" [#135864295] #805

Merged
merged 1 commit into from
Dec 12, 2016
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- else # If we are editing a Service Request, we do want to display the tabs
.cart-toggle
%button.btn.btn-default.col-sm-6.active{ data: { tab: 'active' } }
= t(:proper)[:cart][:tab_headers][:active]
= t(:proper)[:cart][:tab_headers][:open]
%button.btn.btn-default.col-sm-6{ data: { tab: 'complete' } }
= t(:proper)[:cart][:tab_headers][:complete]
.list-group.ssr-tab.active-ssrs
Expand Down
2 changes: 1 addition & 1 deletion config/locales/proper.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ en:
view_active: "View Active"
view_complete: "View Complete"
tab_headers:
active: "Active"
open: "Open"
complete: "Completed"
no_active_services_message: "You do not have any active requested Services"
no_complete_services_message: "You do not have any requested Services in 'Complete' status"
Expand Down