Skip to content

Commit f798977

Browse files
committed
change translation
1 parent 62df3e3 commit f798977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Controller/ProcessOverviewController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ public function show(ProcessOverviewGroup $group, ProcessOverview $overview): Re
4040
'Go to next page' => t('Go to next page'),
4141
'Missing data' => t('Missing data'),
4242
'Failed processes' => t('Failed processes'),
43-
'Filter by failed in' => t('Filter by failed in'),
43+
// We're actually showing “process runs”, but it probably makes more sense to real people to (still) call them “processes”.
44+
'Showing processes failed in' => t('Showing processes failed in'),
4445
'Show all' => t('Show all'),
4546
'The process was restarted' => t('The process was restarted'),
4647
'An error occurred when trying to restart the process' => t('An error occurred when trying to restart the process'),

0 commit comments

Comments
 (0)