Update device_profile_edit.php

This commit is contained in:
FusionPBX 2019-08-14 18:23:39 -06:00 committed by GitHub
parent 8cabc0571b
commit 0c423cb34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2518,7 +2518,7 @@
echo " <tr>\n";
echo " <th class='vtablereq'>".$text['label-device_setting_name']."</th>\n";
echo " <td class='vtable'>".$text['label-device_setting_value']."</td>\n";
echo " <th class='vtablereq'>".$text['label-device_setting_enabled']."</th>\n";
echo " <th class='vtablereq'>".$text['label-enabled']."</th>\n";
echo " <td class='vtable'>".$text['label-device_setting_description']."</td>\n";
echo " <td class='vtable'></td>\n";
echo " </tr>\n";