Skip to content

Commit

Permalink
fix(form_language): call to undefined method
Browse files Browse the repository at this point in the history
btry committed Nov 9, 2022

Unverified

No user is associated with the committer email.
1 parent 0f378ad commit 137a660
Showing 2 changed files with 345 additions and 313 deletions.
2 changes: 1 addition & 1 deletion inc/form_language.class.php
Original file line number Diff line number Diff line change
@@ -345,7 +345,7 @@ public function showTranslations($options = []) {
$header = '<tr>';
$header.= '<th>' . Html::getCheckAllAsCheckbox("translation_list$rand", $rand) . '</th>';
$header.= '<th>' . __('Original string', 'formcreator') . '</th>';
$header.= '<th>' . PluginFormcreatorTranslation::getTypeName(1) . '</th>';
$header.= '<th>' . __('Translation', 'Translations', 1, 'formcreator') . '</th>';
$header.= '</tr>';
echo $header;
echo '</thead>';
656 changes: 344 additions & 312 deletions locales/glpi.pot

Large diffs are not rendered by default.

0 comments on commit 137a660

Please sign in to comment.