Skip to content

Commit

Permalink
Merge pull request #906 from owlchester/cancel-email-fix
Browse files Browse the repository at this point in the history
Cancel and downgrade admin emails updated
  • Loading branch information
ilestis authored Jul 3, 2024
2 parents e7c76ea + 3bf91fa commit f9e8120
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 @@ -13,7 +13,7 @@
@elseif (!empty($reason))
<p>
<strong>Reason provided: </strong><br />
{{ $reason }}<br />
{{ __('settings.subscription.cancel.options.' . $reason) }}<br />
</p>
@endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@elseif (!empty($reason))
<p>
<strong>Reason provided: </strong><br />
{{ $reason }}<br />
{{ __('settings.subscription.cancel.options.' . $reason) }}<br />
</p>
@endif
</body>
Expand Down

0 comments on commit f9e8120

Please sign in to comment.