🐛 Fix HTML rendering in read only component

This commit is contained in:
Iván Ovejero
2021-12-03 11:28:39 +01:00
parent f0d8266aa8
commit 3411b5d0e8
4 changed files with 41 additions and 13 deletions

View File

@@ -182,8 +182,10 @@
"openWorkflow": "🇩🇪 Open Workflow",
"of": "🇩🇪 of",
"workflow": "🇩🇪 workflow",
"readOnly": "🇩🇪 Read only",
"youreViewingTheLogOf": "🇩🇪 You're viewing the log of a previous execution. You cannot<br />\n\t\tmake changes since this execution already occurred. Make changes<br />\n\t\tto this workflow by clicking on its name on the left."
"readOnly": {
"readOnly": "🇩🇪 Read only",
"youreViewingTheLogOf": "🇩🇪 You're viewing the log of a previous execution. You cannot<br />\n\t\tmake changes since this execution already occurred. Make changes<br />\n\t\tto this workflow by clicking on its name on the left."
}
},
"executionsList": {
"allWorkflows": "🇩🇪 All Workflows",