Merge pull request #4077 from zyhfish/task/fix-issue-4074
Fix #4074: use the correct property value.
This commit is contained in:
commit
cb086fe08d
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(Text))
|
if (!string.IsNullOrEmpty(Text))
|
||||||
{
|
{
|
||||||
_text = Localize(nameof(Text), _text);
|
_text = Localize(nameof(Text), Text);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user