diff options
author | Renato Botelho <renato@netgate.com> | 2016-03-15 09:39:46 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-03-15 09:39:46 -0300 |
commit | faab522fa51ec83c0284e3f1fc6129580d7360f7 (patch) | |
tree | 18d092c0126f1d5b48b4285fad3345b4c3d225e9 /src/usr/local/www/services_dyndns_edit.php | |
parent | 8658cc0ed1127c2c7f1d84b4610db75675d914e7 (diff) | |
download | pfsense-faab522fa51ec83c0284e3f1fc6129580d7360f7.zip pfsense-faab522fa51ec83c0284e3f1fc6129580d7360f7.tar.gz |
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
Diffstat (limited to 'src/usr/local/www/services_dyndns_edit.php')
-rw-r--r-- | src/usr/local/www/services_dyndns_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index 6fbea0f..55cfe08 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -444,7 +444,7 @@ if (isset($id) && $a_dyndns[$id]) { $form->addGlobal(new Form_Button( 'force', - gettext('Save & Force Update'), + 'Save & Force Update', null, 'fa-refresh' ))->removeClass('btn-primary')->addClass('btn-info'); |