Skip to content

Commit 4f237b7

Browse files
authored
Merge pull request #5243 from boquinr6/5230-update-copy-in-profile-partner-view
Resolves #5230 - Update Organization Details to 'Profile' in Partner…
2 parents 46c0bfc + 9b1a1a2 commit 4f237b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/partners/profiles/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="alert alert-danger"><i class="fa fa-warning"></i>&nbsp;
88
Please review your application details and submit for approval.</div>
99
<% end %>
10-
<h1><i class="fa fa-building"></i>&nbsp;&nbsp;Organization Details&nbsp;&nbsp;&nbsp;
10+
<h1><i class="fa fa-building"></i>&nbsp;&nbsp;Profile&nbsp;&nbsp;&nbsp;
1111
<%= partner_status_badge(current_partner) %>
1212
<small>for <%= current_partner.name %></small>
1313
</h1>

spec/system/partners/profile_served_area_system_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
expect(page).to have_content("100 %")
3131
expect(page).not_to have_content("The total client share must be either 0 or 100 %")
3232
click_on "Update Information"
33-
expect(page).to have_content("Organization Details")
33+
expect(page).to have_content("Profile")
3434
expect(page).to have_content("26 %")
3535
end
3636

0 commit comments

Comments
 (0)