mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed missing gettext.
(cherry picked from commit 51519053b852333862dd3621829c1ff2d441f3dd)
This commit is contained in:
parent
e97971485a
commit
89d32c884f
@ -174,7 +174,7 @@ $row[] = $agent_input;
|
||||
// Module
|
||||
$row[] = __('Module') . ' ' . html_print_autocomplete_modules('module_name', $module_name, false, true, '', array(), true);
|
||||
|
||||
$row[] = html_print_submit_button('Search', 'search', false, 'class="sub search"', true);
|
||||
$row[] = html_print_submit_button(__('Search'), 'search', false, 'class="sub search"', true);
|
||||
|
||||
$table_form->data[] = $row;
|
||||
// End of table filter
|
||||
@ -544,4 +544,4 @@ $(document).ready (function () {
|
||||
}
|
||||
});
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user