Fix wording

This commit is contained in:
spiral
2021-07-02 17:59:27 -04:00
committed by GitHub
parent ab6ab127dd
commit 799d6fa300

View File

@@ -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
}
}
}
}
}