refactor(ui): add comments explaining postponing notification for 36500 days
This commit is contained in:
parent
b00e92c4ec
commit
3d07d969ff
|
@ -136,6 +136,7 @@ const markAllAsRead = async () => {
|
|||
<option :value="90">
|
||||
{{ $t('views.Notifications.option.delay.90') }}
|
||||
</option>
|
||||
<!-- NOTE: Postpone notification 100 years, so that the user never sees it -->
|
||||
<option :value="36500">
|
||||
{{ $t('views.Notifications.option.delay.never') }}
|
||||
</option>
|
||||
|
@ -200,6 +201,7 @@ const markAllAsRead = async () => {
|
|||
<option :value="90">
|
||||
{{ $t('views.Notifications.option.delay.90') }}
|
||||
</option>
|
||||
<!-- NOTE: Postpone notification 100 years, so that the user never sees it -->
|
||||
<option :value="36500">
|
||||
{{ $t('views.Notifications.option.delay.never') }}
|
||||
</option>
|
||||
|
|
Loading…
Reference in New Issue