message typo

This commit is contained in:
Miodec 2022-01-26 13:26:03 +01:00
parent c6433d1d72
commit d9f35e9012

View file

@ -177,7 +177,7 @@ export async function getUserResults() {
await TodayTracker.addAllFromToday();
return true;
} catch (e) {
Notifications.add("Error getting result: " + e.message, -1);
Notifications.add("Error getting results: " + e.message, -1);
return false;
}
}