Skip to content

Commit 6e15b7e

Browse files
committed
#5360 updated label
1 parent 237090e commit 6e15b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/dashboard/_partner_approvals.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<td><%= partner.profile.primary_contact_email %></td>
2424
<td><%= partner.updated_at.strftime("%B %d %Y") %></td>
2525
<td>
26-
<%= view_button_to partner_path(partner) + "#partner-information", { text: "Review Application", icon: "check", type: "warning", class: 'badge' } %>
26+
<%= view_button_to partner_path(partner) + "#partner-information", { text: "Review Applicant's Profile", icon: "check", type: "warning", class: 'badge' } %>
2727
</td>
2828
</tr>
2929
<% end %>

0 commit comments

Comments
 (0)