Skip to content

Commit 0e226d7

Browse files
committed
Reword title and subtitle
1 parent a84e509 commit 0e226d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ public static async Task<List<Result>> QueryForPluginAsync(PluginPair pair, Quer
212212
{
213213
Result r = new()
214214
{
215-
Title = $"{metadata.Name}: {e.GetType().Name}",
216-
SubTitle = "ERROR: There was an error loading this plugin!",
215+
Title = $"{metadata.Name}: Failed to respond!",
216+
SubTitle = "Select this result for more info",
217217
IcoPath = Flow.Launcher.Infrastructure.Constant.ErrorIcon,
218218
PluginDirectory = metadata.PluginDirectory,
219219
ActionKeywordAssigned = query.ActionKeyword,

0 commit comments

Comments
 (0)