Skip to content

Commit f6ea768

Browse files
Changed the text of the notification when starting to “read” all notifications
1 parent e2d70b4 commit f6ea768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/ReadCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function welcome(array $repositories): void
4141
return;
4242
}
4343

44-
$this->components->info('All Notifications');
44+
$this->components->info('Mark as read all notifications except open ones');
4545
}
4646

4747
protected function hasContinue(): bool

0 commit comments

Comments
 (0)