diff --git a/PluralKit.Bot/Commands/ImportExport.cs b/PluralKit.Bot/Commands/ImportExport.cs index 61a6dc24..17d757d5 100644 --- a/PluralKit.Bot/Commands/ImportExport.cs +++ b/PluralKit.Bot/Commands/ImportExport.cs @@ -120,7 +120,7 @@ namespace PluralKit.Bot issueStr += "\n- PluralKit does not support per-member system tags. Since you had multiple members with distinct tags, those tags will be applied to the members' *display names*/nicknames instead."; var msg = $"{issueStr}\n\nDo you want to proceed with the import?"; - if (!await ctx.PromptYesNo(msg, "Import")) + if (!await ctx.PromptYesNo(msg, "Proceed")) throw Errors.ImportCancelled; } @@ -163,4 +163,4 @@ namespace PluralKit.Bot } } } -} \ No newline at end of file +}