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
This allows us to show the logs to the user and also send them along with any
bug reports. This is a simple system that just keeps the last entries in memory
and nothing is stored permanently, but that's ok for our use case and can be
changed in the future if the need arises.
Copy file name to clipboardExpand all lines: lib/l10n/app_en.arb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -330,6 +330,7 @@
330
330
"errorInfoDescription": "We're sorry, but something went wrong. You can help us fix this by reporting the issue on GitHub.",
331
331
"errorInfoDescription2": "You can continue using the app, but some features may not work.",
332
332
"errorViewDetails": "Technical details",
333
+
"applicationLogs": "Application logs",
333
334
"errorCouldNotConnectToServer": "Couldn't connect to server",
334
335
"errorCouldNotConnectToServerDetails": "The application could not connect to the server. Please check your internet connection or the server URL and try again. If the problem persists, contact the server administrator.",
0 commit comments