resolve localization issue in ActionDialog

This commit is contained in:
sbwalker 2024-07-25 09:24:21 -04:00
parent e823412f56
commit 3648f99920

View File

@ -162,7 +162,6 @@ else
{
Text = Action;
}
_openText = Text;
if (string.IsNullOrEmpty(Class))
{
@ -196,6 +195,7 @@ else
Header = Localize(nameof(Header), Header);
Message = Localize(nameof(Message), Message);
_openText = Text;
_permissions = (PermissionList == null) ? ModuleState.PermissionList : PermissionList;
_authorized = IsAuthorized();