Merge pull request #4077 from zyhfish/task/fix-issue-4074

Fix #4074: use the correct property value.
This commit is contained in:
Shaun Walker 2024-03-28 14:23:46 -04:00 committed by GitHub
commit cb086fe08d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@
if (!string.IsNullOrEmpty(Text))
{
_text = Localize(nameof(Text), _text);
_text = Localize(nameof(Text), Text);
}
else
{