Merge pull request #950 from hishamco/fix-action-link-localization
Fix localization issue in ActionLink
This commit is contained in:
commit
f6fafbfcfa
|
@ -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