We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732f238 commit cd496b3Copy full SHA for cd496b3
src/templates/User/ChangePassword.phtml
@@ -2,7 +2,7 @@
2
namespace BNETDocs\Templates\User;
3
use \CarlBennett\MVC\Libraries\Common;
4
use \CarlBennett\MVC\Libraries\Pair;
5
-$title = 'Change Password';
+$title = '🔑 Change Password';
6
$description = 'This form allows an individual to change the password to their account.';
7
$this->opengraph->attach(new Pair('url', '/user/changepassword'));
8
$error = $this->getContext()->error;
@@ -22,7 +22,7 @@ switch ($error)
22
require('./header.inc.phtml'); ?>
23
<div class="container mb-3">
24
<div class="card mx-auto mb-3" style="width:18rem;">
25
- <h3 class="card-header text-lg-center"><?=$title?></h3>
+ <h4 class="card-header text-center"><?=$title?></h4>
26
<div class="card-body">
27
<? if ($error !== false) { ?>
28
<? if (!empty($message)) { ?>
0 commit comments