Skip to content

Commit db3b232

Browse files
authored
refactor: TTA-232-change-warning-message-when-entries-summary-are-not… (#955)
* refactor: TTA-232-change-warning-message-when-entries-summary-are-not-found * refactor: change warning message * refactor: change message Co-authored-by: Nicole Garcia <nicolsss>
1 parent a939732 commit db3b232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/time-clock/store/entry.effects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class EntryEffects {
4646
this.entryService.summary().pipe(
4747
map((response) => {
4848
if (!response){
49-
this.toastrService.warning('Your summary information could not be loaded');
49+
this.toastrService.warning("It's a brand new month! You don't have any time entries yet.");
5050
}
5151
return new actions.LoadEntriesSummarySuccess(response);
5252
}),

0 commit comments

Comments
 (0)