Adds Localization To No Notification Messages
This commit is contained in:
parent
f6e7460b24
commit
1728909964
@ -225,7 +225,7 @@ else
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<b>You have not received any notifications.</b>
|
<b>@Localizer["NoNotificationsReceived"]</b>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -287,7 +287,7 @@ else
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<b>You have not sent any notifications.</b>
|
<b>@Localizer["NoNotificationsSent"]</b>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user