Skip to content

Commit a2b8118

Browse files
committed
Change Hardcoded Text to string
1 parent 3e85ca9 commit a2b8118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ private Result ContextMenuTopMost(Result result)
803803
Action = _ =>
804804
{
805805
_topMostRecord.AddOrUpdate(result);
806-
App.API.ShowMsg("Success");
806+
App.API.ShowMsg(InternationalizationManager.Instance.GetTranslation("success"));
807807
return false;
808808
}
809809
};

0 commit comments

Comments
 (0)