We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9ff46 commit 2a07293Copy full SHA for 2a07293
src/main/java/de/doubleslash/keeptime/view/ExternalProjectsSyncController.java
@@ -482,7 +482,7 @@ protected List<HeimatController.HeimatErrors> call() {
482
LOG.error("Task failed unexpectedly.", exception);
483
loadingScreenShowSyncing("Something very unexpected has happened :(", loadingFailure);
484
485
- showErrorDialog(Collections.singletonList("Error was:" + exception.getMessage()));
+ showErrorDialog(Collections.singletonList("Please report this to a developer. The error was:" + exception.getMessage()));
486
showLoadingScreen(false);
487
thisStage.close();
488
});
0 commit comments