diff options
Diffstat (limited to 'src/usr/local/www/services_captiveportal_mac_edit.php')
-rw-r--r-- | src/usr/local/www/services_captiveportal_mac_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_mac_edit.php b/src/usr/local/www/services_captiveportal_mac_edit.php index 8ebecc6..89ce6ce 100644 --- a/src/usr/local/www/services_captiveportal_mac_edit.php +++ b/src/usr/local/www/services_captiveportal_mac_edit.php @@ -246,7 +246,7 @@ $macaddress = new Form_Input( $btnmymac = new Form_Button( 'btnmymac', - gettext('Copy My MAC'), + 'Copy My MAC', null, 'fa-clone' ); |