You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/public/translations/en/translation.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@
13
13
"critical-error": {
14
14
"title": "Critical error",
15
15
"message": "A critical error has occurred which prevents the client application from starting:\n\n{{message}}\n\nThis is most likely caused by a script failing in an unexpected way. Try starting the application in safe mode and addressing the issue."
16
+
},
17
+
"widget-error": {
18
+
"title": "Failed to initialize a widget",
19
+
"message": "Widget with title \"{{title}}\" could not be initialized due to:\n\n{{message}}"
0 commit comments