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: i18n/en.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,12 @@
11
11
"aiAdviceErrorServer": "The advice service is temporarily unavailable. Please try again in a moment.",
12
12
"aiAdviceErrorClient": "We couldn’t complete this request. Please try again or rephrase your question.",
13
13
"aiAdviceErrorNetwork": "Network error. Check your connection and try again.",
14
-
"changeGroupSuccess": "Successfully switched to - {groupName}"
14
+
"changeGroupSuccess": "Successfully switched to - {groupName}",
15
+
"dbMissingTitle": "Database is not configured",
16
+
"dbMissingDescription": "DATABASE_URL is not set. The app needs a database connection to work. Add it to your deployment environment or local .env.local:",
17
+
"dbMissingHint": "After setting it, redeploy or restart the app and refresh this page.",
0 commit comments