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

View File

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