Localize alert messages in controls

This commit is contained in:
hishamco
2020-12-09 21:15:35 +03:00
parent a29d7b524c
commit cf68d7320f
3 changed files with 3 additions and 3 deletions

View File

@ -180,7 +180,7 @@
}
catch
{
_message = "Username Does Not Exist";
_message = Localizer["Username Does Not Exist"];
}
}