Skip to content

Commit

Permalink
Merge pull request #1672 from sparc-request/kg-surveys_label
Browse files Browse the repository at this point in the history
KG - Catalog Manager Surveys Label
  • Loading branch information
Stuart-Johnson committed Jan 16, 2019
2 parents 1324c70 + eaa0d3c commit 800d64c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/locales/catalog_manager.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ en:

organization_form:
headers:
associated_surveys: "Associated Surveys"
associated_surveys: "Surveys"
general_info: "General Information"
pricing: "Pricing"
status_options: "Status Options"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
click_link @provider.name
wait_for_javascript_to_finish

click_link 'Associated Surveys'
click_link I18n.t(:catalog_manager)[:organization_form][:headers][:associated_surveys]
wait_for_javascript_to_finish
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
click_link @provider.name
wait_for_javascript_to_finish

click_link 'Associated Surveys'
click_link I18n.t(:catalog_manager)[:organization_form][:headers][:associated_surveys]
wait_for_javascript_to_finish

find('.remove-associated-survey').click
Expand Down

0 comments on commit 800d64c

Please sign in to comment.