Fixed labels.

This commit is contained in:
Christian P. MOMON 2021-10-24 13:21:08 +02:00
parent dd7a1054b0
commit 8af034256d

View file

@ -91,7 +91,7 @@ public class ExportsPage
} }
catch (Exception exception) catch (Exception exception)
{ {
logger.error("Error during JSON export: " + exception.getMessage(), exception); logger.error("Error during ODS export: " + exception.getMessage(), exception);
} }
// //
@ -104,7 +104,7 @@ public class ExportsPage
} }
catch (Exception exception) catch (Exception exception)
{ {
logger.error("Error during JSON export: " + exception.getMessage(), exception); logger.error("Error during Uptime export: " + exception.getMessage(), exception);
} }
// //