Change Hardcoded Text to string

This commit is contained in:
DB p 2022-12-09 07:05:30 +09:00
parent 3e85ca98c9
commit a2b81180b8

View file

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