From d573dabf153de7b07d49f4768694d4e66654ee9c Mon Sep 17 00:00:00 2001 From: Michael C Date: Fri, 23 Sep 2022 01:42:00 -0400 Subject: [PATCH] update UserID to be Private UserID --- public/_locales/en/messages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 753992e3..e36602f6 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -415,16 +415,16 @@ "message": "Check status.sponsor.ajay.app for server status." }, "changeUserID": { - "message": "Import/Export Your UserID" + "message": "Import/Export Your Private UserID" }, "whatChangeUserID": { "message": "This should be kept private. This is like a password and should not be shared with anyone. If someone has this, they can impersonate you. If you are looking for your public userID, click the clipboard icon in the popup." }, "setUserID": { - "message": "Set UserID" + "message": "Set Private UserID" }, "userIDChangeWarning": { - "message": "Warning: Changing the UserID is permanent. Are you sure you would like to do this? Make sure to backup your old one just in case." + "message": "Warning: Changing the Private UserID is permanent. Are you sure you would like to do this? Make sure to backup your old one just in case." }, "createdBy": { "message": "Created By" @@ -524,7 +524,7 @@ "message": "Load from file" }, "whatExportOptions": { - "message": "This is your entire configuration in JSON. This includes your userID, so be sure to share this wisely." + "message": "This is your entire configuration in JSON. This includes your Private UserID, so be sure to share this wisely." }, "setOptions": { "message": "Set Options"