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

View File

@ -225,7 +225,9 @@ else
}
else
{
<b>@Localizer["NoNotificationsReceived.Text"]</b>
<div class="no-notifications-text">
@Localizer["NoNotificationsReceived.Text"]
</div>
}
}
else
@ -287,7 +289,9 @@ else
}
else
{
<b>@Localizer["NoNotificationsSent.Text"]</b>
<div class="no-notifications-text">
@Localizer["NoNotificationsSent.Text"]
</div>
}
}
}