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 a939732 commit db3b232Copy full SHA for db3b232
src/app/modules/time-clock/store/entry.effects.ts
@@ -46,7 +46,7 @@ export class EntryEffects {
46
this.entryService.summary().pipe(
47
map((response) => {
48
if (!response){
49
- this.toastrService.warning('Your summary information could not be loaded');
+ this.toastrService.warning("It's a brand new month! You don't have any time entries yet.");
50
}
51
return new actions.LoadEntriesSummarySuccess(response);
52
}),
0 commit comments