Fix wording

This commit is contained in:
spiral 2021-07-02 17:59:27 -04:00 committed by GitHub
parent ab6ab127dd
commit 799d6fa300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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