mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
Fix wording
This commit is contained in:
parent
ab6ab127dd
commit
799d6fa300
1 changed files with 2 additions and 2 deletions
|
|
@ -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.";
|
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?";
|
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;
|
throw Errors.ImportCancelled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -163,4 +163,4 @@ namespace PluralKit.Bot
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue