summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_smart.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_smart.php')
-rw-r--r--src/usr/local/www/diag_smart.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/diag_smart.php b/src/usr/local/www/diag_smart.php
index 1bb0a37..553a76c 100644
--- a/src/usr/local/www/diag_smart.php
+++ b/src/usr/local/www/diag_smart.php
@@ -294,7 +294,7 @@ switch ($action) {
if (!empty($pconfig['smartmonemail'])) {
$form->addGlobal(new Form_Button(
'test',
- 'Send test email',
+ gettext('Send test email'),
null,
'fa-send'
))->addClass('btn-info');
@@ -314,7 +314,7 @@ switch ($action) {
$btnview = new Form_Button(
'submit',
- 'View',
+ gettext('View'),
null,
'fa-file-text-o'
);
@@ -394,7 +394,7 @@ switch ($action) {
$btntest = new Form_Button(
'submit',
- 'Test',
+ gettext('Test'),
null,
'fa-wrench'
);
@@ -467,7 +467,7 @@ switch ($action) {
$btnview = new Form_Button(
'submit',
- 'View',
+ gettext('View'),
null,
'fa-file-text-o'
);
@@ -521,7 +521,7 @@ switch ($action) {
// Abort
$btnabort = new Form_Button(
'submit',
- 'Abort',
+ gettext('Abort'),
null,
'fa-times'
);
OpenPOWER on IntegriCloud