Fix hardcoded text resource

This commit is contained in:
Megalon 2020-05-16 14:56:41 -07:00
parent 39843e706c
commit 72f73cac5b

View file

@ -746,7 +746,7 @@ namespace ModAssistant.Pages
}
else
{
SearchText.Text = "Search...";
SearchText.Text = (string)FindResource("Mods:SearchLabel");
}
}