diff options
Diffstat (limited to 'src/usr/local/www/diag_authentication.php')
-rw-r--r-- | src/usr/local/www/diag_authentication.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_authentication.php b/src/usr/local/www/diag_authentication.php index 8a9fbdc..5e6813a 100644 --- a/src/usr/local/www/diag_authentication.php +++ b/src/usr/local/www/diag_authentication.php @@ -147,7 +147,7 @@ $form->add($section); $form->addGlobal(new Form_Button( 'Submit', - gettext('Test'), + 'Test', null, 'fa-wrench' ))->addClass('btn-primary'); |