Adds Localization To No Notification Messages

This commit is contained in:
Cody
2023-10-20 21:34:43 -07:00
committed by GitHub
parent f6e7460b24
commit 1728909964

View File

@ -225,7 +225,7 @@ else
}
else
{
<b>You have not received any notifications.</b>
<b>@Localizer["NoNotificationsReceived"]</b>
}
}
else
@ -287,7 +287,7 @@ else
}
else
{
<b>You have not sent any notifications.</b>
<b>@Localizer["NoNotificationsSent"]</b>
}
}
}