diff --git a/workflows/golocal.cc b/workflows/golocal.cc
index 6620ff34252ea57d2cfe5bc87085fe5ae52b34fa..626c69f39878e81287e5ee8964d28684dc8c95ea 100644
--- a/workflows/golocal.cc
+++ b/workflows/golocal.cc
@@ -4,7 +4,7 @@
 
 int main() {
     #define GEN_TASKNAME(taskname) (std::string(task_parent_note) + "." + taskname)
-    #define A_2(task, entityName) ManualOperation("Task notice: " + GEN_TASKNAME(#task), "Hey, man. You need to build " +GEN_TASKNAME(#task)+ ". Please resolve this ICM incident ONLY IF you have finished this task. ", teamid, #entityName)
+    #define A_2(task, entityName) ManualOperation("Task notice: " + GEN_TASKNAME(#task), "Hey, team. You need to build " +GEN_TASKNAME(#task)+ ". Please resolve this ICM incident IF AND ONLY IF you have finished this task. ", teamid, #entityName)
     #define A_1(arg1) A_2(arg1, )
     #define A_proxy(x, Arg1, Arg2, FUNC, ...) FUNC
     #define A(...) A_proxy(, ##__VA_ARGS__, A_2(__VA_ARGS__), A_1(__VA_ARGS__))