diff --git a/app/time_conditions/app_languages.php b/app/time_conditions/app_languages.php index 600064f09f..8499442c9c 100644 --- a/app/time_conditions/app_languages.php +++ b/app/time_conditions/app_languages.php @@ -30,6 +30,11 @@ $text['button-advanced']['pt-pt'] = "Avancé"; $text['button-advanced']['fr-fr'] = "Avançado"; + $text['button-dialplan']['en-us'] = "Dialplan"; + $text['button-dialplan']['es-cl'] = "Agregar Plan de Marcado"; + $text['button-dialplan']['pt-pt'] = "Dialplan"; + $text['button-dialplan']['fr-fr'] = "Plan de num"; + $text['button-search']['en-us'] = "Search"; $text['button-search']['es-cl'] = "Buscar"; $text['button-search']['pt-pt'] = "Pesquisar"; diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 0cc6f9827e..ed98d07a62 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -777,7 +777,7 @@ echo " \n"; echo " \n"; echo " \n"; if (if_group("superadmin") && $action == 'update') { - echo " \n"; + echo " \n"; } echo " \n"; echo " \n";