From c2567b48c6fccb486c4b8855a2c1e5594ea42d6c Mon Sep 17 00:00:00 2001 From: Ryan <7389646+ryanbarlow97@users.noreply.github.com> Date: Wed, 29 Apr 2026 23:10:29 +0100 Subject: [PATCH] reword to Public Player ID (#3797) updates wording to "Public Player ID" ## Description: Describe the PR. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: w.o.n --- resources/lang/en.json | 2 +- src/client/AccountModal.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index c0d9e3393..b2eb14f69 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -239,7 +239,7 @@ "clear_session": "Clear Session", "failed_to_send_recovery_email": "Failed to send recovery email", "enter_email_address": "Please enter an email address", - "personal_player_id": "Personal Player ID:" + "public_player_id": "Public Player ID:" }, "leaderboard_modal": { "title": "Leaderboard", diff --git a/src/client/AccountModal.ts b/src/client/AccountModal.ts index 6992a47e4..fb405f867 100644 --- a/src/client/AccountModal.ts +++ b/src/client/AccountModal.ts @@ -110,7 +110,7 @@ export class AccountModal extends BaseModal {