mdeuser commented on a change in pull request #2462: Updating the way we print
names in the Cli Fixes #1155
URL:
https://github.com/apache/incubator-openwhisk/pull/2462#discussion_r127438792
##########
File path: tools/cli/go-whisk-cli/wski18n/resources/en_US.all.json
##########
@@ -829,7 +829,7 @@
},
{
"id": "{{.ok}} deleted action {{.name}}\n",
- "translation": "{{.ok}} deleted action {{.name}}\n"
+ "translation": "{{.ok}} deleted action '{{.name}}'\n"
Review comment:
Agreed. Any existing emphasis should be sufficient.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services