use resources for raising top most success message

This commit is contained in:
Hongtao Zhang 2022-01-10 16:20:55 -06:00
parent de97cd4e52
commit 074ef63216

View file

@ -662,7 +662,7 @@ namespace Flow.Launcher.ViewModel
Action = _ =>
{
_topMostRecord.Remove(result);
App.API.ShowMsg("Success");
App.API.ShowMsg(InternationalizationManager.Instance.GetTranslation("success"));
return false;
}
};