Skip to content

Commit

Permalink
🐛 Fix tags i18n bug (#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour authored Jan 13, 2022
1 parent f815f98 commit c9e1892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/editor-ui/src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -928,14 +928,14 @@
"showMessage": {
"message": "Please enter a name, or press 'esc' to go back to the old one.",
"title": "Name missing"
}
},
"chooseOrCreateATag": "Choose or create a tag"
},
"workflowHelpers": {
"showMessage": {
"message": "",
"title": "Problem saving workflow"
},
"chooseOrCreateATag": "Choose or create a tag"
}
},
"workflowOpen": {
"active": "Active",
Expand Down

0 comments on commit c9e1892

Please sign in to comment.