Skip to content

Commit

Permalink
[K6.3] Fix for operations filter field (not translated) in Log view (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruud68 authored Feb 28, 2024
1 parent d8c195a commit ecab114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/admin/src/Field/KunenaoperationlistField.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ protected function getOptions()
foreach ($constants as $key => $value) {
if (strpos($key, 'LOG_') === 0) {
$operationOptions[] = (object) [
'text' => $key,
'value' => Text::_("COM_KUNENA_{$value}"),
'value' => $key,
'text' => Text::_("COM_KUNENA_{$value}"),
];
}
}
Expand Down

0 comments on commit ecab114

Please sign in to comment.