mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
update UserID to be Private UserID
This commit is contained in:
parent
65e40e4d9c
commit
d573dabf15
1 changed files with 4 additions and 4 deletions
|
@ -415,16 +415,16 @@
|
||||||
"message": "Check status.sponsor.ajay.app for server status."
|
"message": "Check status.sponsor.ajay.app for server status."
|
||||||
},
|
},
|
||||||
"changeUserID": {
|
"changeUserID": {
|
||||||
"message": "Import/Export Your UserID"
|
"message": "Import/Export Your Private UserID"
|
||||||
},
|
},
|
||||||
"whatChangeUserID": {
|
"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."
|
"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": {
|
"setUserID": {
|
||||||
"message": "Set UserID"
|
"message": "Set Private UserID"
|
||||||
},
|
},
|
||||||
"userIDChangeWarning": {
|
"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": {
|
"createdBy": {
|
||||||
"message": "Created By"
|
"message": "Created By"
|
||||||
|
@ -524,7 +524,7 @@
|
||||||
"message": "Load from file"
|
"message": "Load from file"
|
||||||
},
|
},
|
||||||
"whatExportOptions": {
|
"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": {
|
"setOptions": {
|
||||||
"message": "Set Options"
|
"message": "Set Options"
|
||||||
|
|
Loading…
Reference in a new issue