Skip to content

Commit

Permalink
Merge pull request #805 from sparc-request/jjh-cart-label-change
Browse files Browse the repository at this point in the history
change the label on the shopping cart tab from "Active" to "Open" [#135864295]
  • Loading branch information
jleonardw9 committed Dec 12, 2016
2 parents 6407a55 + 4a77580 commit 2799749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 2799749

Please sign in to comment.