Skip to content

Commit 137a660

Browse files
committed
fix(form_language): call to undefined method
1 parent 0f378ad commit 137a660

File tree

2 files changed

+345
-313
lines changed

2 files changed

+345
-313
lines changed

inc/form_language.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public function showTranslations($options = []) {
345345
$header = '<tr>';
346346
$header.= '<th>' . Html::getCheckAllAsCheckbox("translation_list$rand", $rand) . '</th>';
347347
$header.= '<th>' . __('Original string', 'formcreator') . '</th>';
348-
$header.= '<th>' . PluginFormcreatorTranslation::getTypeName(1) . '</th>';
348+
$header.= '<th>' . __('Translation', 'Translations', 1, 'formcreator') . '</th>';
349349
$header.= '</tr>';
350350
echo $header;
351351
echo '</thead>';

0 commit comments

Comments
 (0)