summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/interfaces_ppps_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_ppps_edit.php b/src/usr/local/www/interfaces_ppps_edit.php
index 12ac03f..16a760e 100644
--- a/src/usr/local/www/interfaces_ppps_edit.php
+++ b/src/usr/local/www/interfaces_ppps_edit.php
@@ -648,8 +648,8 @@ $section->addInput(new Form_Select(
[]
))->setHelp('Select to fill in service provider data.');
-$username_label = 'Username';
-$password_label = 'Password';
+$username_label = gettext('Username');
+$password_label = gettext('Password');
if ($pconfig['type'] != 'ppp') {
// Username and Password fields are required for types other than ppp.
OpenPOWER on IntegriCloud