mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
🐛 Add missing text for chooseOrCreateATag
This commit is contained in:
parent
f6ddb61dcf
commit
a54acf8681
|
@ -933,7 +933,8 @@
|
||||||
"showMessage": {
|
"showMessage": {
|
||||||
"message": "🇩🇪 Please enter a name, or press 'esc' to go back to the old one.",
|
"message": "🇩🇪 Please enter a name, or press 'esc' to go back to the old one.",
|
||||||
"title": "🇩🇪 Name missing"
|
"title": "🇩🇪 Name missing"
|
||||||
}
|
},
|
||||||
|
"chooseOrCreateATag": "🇩🇪 Choose or create a tag"
|
||||||
},
|
},
|
||||||
"workflowHelpers": {
|
"workflowHelpers": {
|
||||||
"showMessage": {
|
"showMessage": {
|
||||||
|
|
|
@ -934,7 +934,8 @@
|
||||||
"showMessage": {
|
"showMessage": {
|
||||||
"message": "",
|
"message": "",
|
||||||
"title": "Problem saving workflow"
|
"title": "Problem saving workflow"
|
||||||
}
|
},
|
||||||
|
"chooseOrCreateATag": "Choose or create a tag"
|
||||||
},
|
},
|
||||||
"workflowOpen": {
|
"workflowOpen": {
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
|
|
Loading…
Reference in a new issue