Updates Localization of No Notifications Messages

This commit is contained in:
Cody 2023-10-20 21:39:19 -07:00 committed by GitHub
parent f3a4881261
commit d0050f7d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@ else
} }
else else
{ {
<b>@Localizer["NoNotificationsReceived"]</b> <b>@Localizer["NoNotificationsReceived.Text"]</b>
} }
} }
else else
@ -287,7 +287,7 @@ else
} }
else else
{ {
<b>@Localizer["NoNotificationsSent"]</b> <b>@Localizer["NoNotificationsSent.Text"]</b>
} }
} }
} }