fix(workflow): label file collection entries in Workflow (#2566)

This commit is contained in:
Ananthakumar
2019-11-08 23:28:17 +00:00
committed by Shawn Erquhart
parent 47be26fbfe
commit 542a7acfe6
5 changed files with 45 additions and 28 deletions

View File

@ -156,6 +156,8 @@ export function getPhrases() {
},
workflowCard: {
lastChange: '%{date} by %{author}',
lastChangeNoAuthor: '%{date}',
lastChangeNoDate: 'by %{author}',
deleteChanges: 'Delete changes',
deleteNewEntry: 'Delete new entry',
publishChanges: 'Publish changes',