Fix #4074: use the correct property value.
This commit is contained in:
@ -99,7 +99,7 @@
|
||||
|
||||
if (!string.IsNullOrEmpty(Text))
|
||||
{
|
||||
_text = Localize(nameof(Text), _text);
|
||||
_text = Localize(nameof(Text), Text);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user