Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev Small text fixes
  • Loading branch information
c-schmitz committed Apr 16, 2021
1 parent d8493a7 commit 7fe72e7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,13 +3,13 @@
<div class="h3 modal-title"><?php eT("Test email settings"); ?></div>
</div>
<div class="modal-body">
<p><?php eT("Test email will be sent to:"); ?> <strong><?= $testEmail; ?></strong></p>
<p><?php printf(gT("Test email will be sent to: %s"), "<strong>" . $testEmail . "</strong>"); ?></p>
<div id="settingschangedwarning" class="jumbotron message-box message-box-error" style="display: none;">
<p class="text-warning"><?= gT("There seems to be some changes in the settings which were not saved yet. These changes will be disregarded by the test procedure."); ?></p>
</div>
</div>
<div class="modal-footer">
<a class="btn btn-primary btn-ok" href="<?php echo \Yii::app()->createUrl('admin/globalsettings', array("sa"=>"sendTestEmail"));?>"><span class='fa fa-check'></span>&nbsp;<?php eT("Send email"); ?></a>
<a class="btn btn-primary btn-ok" href="<?php echo \Yii::app()->createUrl('admin/globalsettings', array("sa" => "sendTestEmail"));?>"><span class='fa fa-check'></span>&nbsp;<?php eT("Send email"); ?></a>
<button type="button" class="btn btn-danger" data-dismiss="modal">
<?php eT("Close"); ?>
</button>
Expand Down

0 comments on commit 7fe72e7

Please sign in to comment.