From 635ba86e44bb578efa01d1282430b8a4a84a80ee Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 May 2016 22:00:33 -0600 Subject: [PATCH] Update device_edit.php Set the device user label to singular. --- app/devices/device_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index 61cb0a2724..6e51a69382 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -1349,7 +1349,7 @@ require_once "resources/require.php"; if (permission_exists('device_username')) { echo "\n"; echo "\n"; - echo " ".$text['label-users']."\n"; + echo " ".$text['label-user']."\n"; echo "\n"; echo "\n"; echo " "; unset($users); echo "
\n"; - echo " ".$text['description-users']."\n"; + echo " ".$text['description-user']."\n"; } if (permission_exists('device_username_password')) {