use resources for raising top most success message

This commit is contained in:
Hongtao Zhang 2022-01-10 16:20:55 -06:00 committed by Jeremy
parent f64c50c479
commit fd1310fcf9

View file

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