Fix localization issue in ActionLink
This commit is contained in:
parent
23d273f3f7
commit
7fd0c6c3aa
|
@ -97,7 +97,7 @@
|
|||
|
||||
if (IsLocalizable)
|
||||
{
|
||||
_text = Localize(nameof(Text));
|
||||
_text = Localize(nameof(Text), _text);
|
||||
}
|
||||
|
||||
_url = EditUrl(Action, _parameters);
|
||||
|
|
Loading…
Reference in New Issue
Block a user