Localize alert messages in UI

This commit is contained in:
hishamco
2020-12-09 21:17:33 +03:00
parent cf68d7320f
commit e94069e8a5
2 changed files with 4 additions and 3 deletions

View File

@ -208,7 +208,7 @@
}
else
{
_message = "Please Enter All Fields And Ensure Passwords Match And Are Greater Than 5 Characters In Length";
_message = Localizer["Please Enter All Fields And Ensure Passwords Match And Are Greater Than 5 Characters In Length"];
}
}