Translation cleanup (#5370)

* use correct translation key
* de-duplicate translation
This commit is contained in:
Kevin Papst
2025-02-21 20:50:49 +01:00
committed by GitHub
parent 04cb403ea9
commit cce49cc409
52 changed files with 31 additions and 169 deletions

View File

@@ -42,7 +42,7 @@ class MultiUpdateTableDTOTest extends TestCase
self::assertEquals(
[
'' => '',
'action.edit' => 'foo',
'edit' => 'foo',
'delete' => 'bar',
'test' => 'hello/world'
],

View File

@@ -56,7 +56,7 @@ class TimesheetMultiUpdateDTOTest extends TestCase
self::assertEquals(
[
'' => '',
'action.edit' => 'foo',
'edit' => 'foo',
'delete' => 'bar',
'test' => 'hello/world'
],