Fix #4074: use the correct property value.

This commit is contained in:
Ben 2024-03-28 22:18:30 +08:00
parent e410f82fdb
commit a8af9da249

View File

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