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