Skip to content

Commit

Permalink
Peering manager test mode language fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Oct 27, 2017
1 parent 3d1bd61 commit a8f5e5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions application/views/peering-manager/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<div class="alert alert-{if isset( $options.peeringmanager.testemail )}info{else}error{/if}">
<strong>Test mode enabled.</strong>
{if isset( $options.peeringmanager.testemail )}
All peering requests (with the exception of any BCC entries you add) will
be sent to <code>{$options.peeringmanager.testemail}</code>. The CC recipient
All peering requests will only
be sent to <code>{$options.peeringmanager.testemail}</code>. The CC/BCC recipients
will be ignored.
This can be changed in <code>application.ini</code>.
This can be changed in <code>.env</code>.
{else}
The test mode destination email is not configured in <code>application.ini</code>.
Please set this via the <code>peeringmanager.testemail</code> parameter.
The test mode destination email is not configured in <code>.env</code>.
Please set this via the <code>PEERING_MANAGER_TESTEMAIL</code> parameter.
{/if}
</div>
</div>
Expand Down

0 comments on commit a8f5e5c

Please sign in to comment.