Skip to content

Commit

Permalink
Merge pull request kitodo#6122 from matthias-ronge/patch-98
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
solth authored Jul 12, 2024
2 parents 925ba4d + b02f1e8 commit 0732f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kitodo/src/main/resources/messages/messages_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ logout=Logout
# manuellMultiWorkflow is used in TaskEditType enum
manuellMultiWorkflow=manuell, Massenverarbeitung
# manuellSingleWorkflow is used in TaskEditType enum
manuellSingleWorkflow=manuell, regul\u00E4rer Worklflow
manuellSingleWorkflow=manuell, regul\u00E4rer Workflow
mappingFile.file=Abbildungsdatei
mappingFile.files=Abbildungsdateien
mappingFile.inputFormat=Metadateneingabeformat
Expand Down
2 changes: 1 addition & 1 deletion Kitodo/src/test/java/org/kitodo/selenium/ListingST.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void listTasksTest() throws Exception {
assertEquals("Displayed wrong task's processing begin", "2017-01-25 00:00:00", detailsTask.get(1));
assertEquals("Displayed wrong task's processing update", "", detailsTask.get(2));
assertEquals("Displayed wrong task's processing user", "Nowak, Adam", detailsTask.get(3));
assertEquals("Displayed wrong task's edit type", "manuell, regulärer Worklflow", detailsTask.get(4));
assertEquals("Displayed wrong task's edit type", "manuell, regulärer Workflow", detailsTask.get(4));

tasksPage.applyFilterShowOnlyOpenTasks();

Expand Down

0 comments on commit 0732f28

Please sign in to comment.