Skip to content

Commit 467127c

Browse files
author
Nicole Garcia
committed
refactor: change warning message
1 parent 0777042 commit 467127c

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("Hey! you don't have any time entries this month yet.");
49+
this.toastrService.warning("We start a new month! You don't have any time entries yet.");
5050
}
5151
return new actions.LoadEntriesSummarySuccess(response);
5252
}),

0 commit comments

Comments
 (0)