resolve localization issue in ActionDialog
This commit is contained in:
parent
e823412f56
commit
3648f99920
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user