diff pkg/controllers/importqueue.go @ 5093:66270586031a

Adjusted message when review enqueuing is done.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 24 Mar 2020 21:32:10 +0100
parents d727641911a5
children 89639e02cff0
line wrap: on
line diff
--- a/pkg/controllers/importqueue.go	Tue Mar 24 12:32:42 2020 +0100
+++ b/pkg/controllers/importqueue.go	Tue Mar 24 21:32:10 2020 +0100
@@ -654,7 +654,7 @@
 	}
 
 	message = fmt.Sprintf(
-		"Import #%d successfully changed to state '%s'.", id, state)
+		"Requested import #%d to be %s.", id, state)
 
 	return
 }