Merge pull request #950 from hishamco/fix-action-link-localization
Fix localization issue in ActionLink
This commit is contained in:
		| @ -97,7 +97,7 @@ | ||||
|  | ||||
|         if (IsLocalizable) | ||||
|         { | ||||
|             _text = Localize(nameof(Text)); | ||||
|             _text = Localize(nameof(Text), _text); | ||||
|         } | ||||
|  | ||||
|         _url = EditUrl(Action, _parameters); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker