Remove TokenPersonalStep1Before/After split, fold step 1 into markdown instructions

Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-24 10:03:48 +00:00
parent 5bbd3fa65e
commit b7f55ff633
7 changed files with 5 additions and 24 deletions
@@ -16,9 +16,8 @@ public partial class LocalizationManager
[nameof(TokenPersonalHeader)] = "To get the token for your personal account:",
[nameof(TokenPersonalTosWarning)] =
"* Automating user accounts is technically against TOS — **use at your own risk**!",
[nameof(TokenPersonalStep1Before)] = "1. Open Discord in your",
[nameof(TokenPersonalStep1After)] = "and login",
[nameof(TokenPersonalInstructions)] = """
1. Open Discord in your web browser and login
2. Open any server or direct message channel
3. Press **Ctrl+Shift+I** to show developer tools
4. Navigate to the **Network** tab
@@ -29,7 +28,6 @@ public partial class LocalizationManager
9. Scroll down to the **Request Headers** section
10. Copy the value of the **authorization** header
""",
[nameof(TokenWebBrowserLinkText)] = "web browser",
// Token instructions (bot)
[nameof(TokenBotHeader)] = "To get the token for your bot:",
[nameof(TokenBotIntro)] =