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
Copy file name to clipboardExpand all lines: frontend/src/lib/i18n/locales/en-US.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@
57
57
"fieldRequired": "This field is required",
58
58
"invalidInput": "Invalid input",
59
59
"domainWarningTitle": "Invalid Domain",
60
-
"domainWarningSubtitle": "This instance is configured to be accessed from <code>{{appUrl}}</code>, but <code>{{currentUrl}}</code> is being used. If you proceed, you may encounter issues with authentication.",
60
+
"domainWarningSubtitle": "You are accessing this instance from an incorrect domain. If you proceed, you may encounter issues with authentication.",
Copy file name to clipboardExpand all lines: frontend/src/lib/i18n/locales/en.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@
57
57
"fieldRequired": "This field is required",
58
58
"invalidInput": "Invalid input",
59
59
"domainWarningTitle": "Invalid Domain",
60
-
"domainWarningSubtitle": "This instance is configured to be accessed from <code>{{appUrl}}</code>, but <code>{{currentUrl}}</code> is being used. If you proceed, you may encounter issues with authentication.",
60
+
"domainWarningSubtitle": "You are accessing this instance from an incorrect domain. If you proceed, you may encounter issues with authentication.",
0 commit comments