Skip to content

Commit

Permalink
[SDESK-4705] modify the internal note message
Browse files Browse the repository at this point in the history
  • Loading branch information
marwoodandrew committed Sep 20, 2019
1 parent 19cf67d commit e8d538a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/features/planning.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ Feature: Planning
"event": "activity",
"extra": {
"activity": {
"message" : "{{coverage_type}} coverage \"slugline\": {{internal_note}}",
"message" : "{{coverage_type}} coverage \"{{slugline}}\" internal note: \"{{internal_note}}\"",
"data" : {
"coverage_type" : "Text",
"internal_note" : "Mostly harmless",
Expand Down
2 changes: 1 addition & 1 deletion server/planning/templates/assignment_internal_note_msg.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{coverage_type}} coverage "slugline": {{internal_note}}
{{coverage_type}} coverage "{{slugline}}" internal note: "{{internal_note}}"

0 comments on commit e8d538a

Please sign in to comment.