Update options.php

pull/3524/head
ovargasp 2022-07-13 12:05:53 -06:00 committed by GitHub
parent ea73c8b81e
commit 213d57ee03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -467,7 +467,6 @@ foreach (array_map('basename', glob('skins/'.$skin.'/css/*', GLOB_ONLYDIR)) as $
foreach ($configCat as $name=>$value) {
$shortName = preg_replace('/^ZM_/', '', $name);
$optionPromptText = !empty($OLANG[$shortName])?$OLANG[$shortName]['Prompt']:$value['Prompt'];
$optionPromptText = translate(optionPromptText);
$optionCanEdit = $canEdit && !$value['System'];
?>
<div class="form-group form-row">