Skip to content

Commit

Permalink
Update detail.js
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 authored Dec 22, 2019
1 parent bf53ca0 commit 2100e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/js/grants/detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(document).ready(function() {
$('#contract_owner_address').text(),
'#cancel_grant',
'Looks like your grant has been created with ' +
$('#grant_contract_owner_address').text() + '. Switch to take action on your grant.'
$('#contract_owner_address').text() + '. Switch to take action on your grant.'
);

if ($('#cancel_grant').attr('disabled')) {
Expand Down

0 comments on commit 2100e5d

Please sign in to comment.