Added reset button to text change.

This commit is contained in:
Ajay Ramachandran
2020-02-08 22:03:45 -05:00
parent 1735cdb45d
commit c2be1ee6d4
3 changed files with 30 additions and 10 deletions

View File

@@ -402,10 +402,16 @@
"customServerAddressDescription": {
"message": "The address SponsorBlock uses to make calls to the server.\nUnless you have your own server instance, this should not be changed."
},
"saveCustomServerAddress": {
"save": {
"message": "Save"
},
"reset": {
"message": "Reset"
},
"customAddressError": {
"message": "This address is not in the right form. Make sure you have http:// or https:// at the begining and no slashes or sub-folders at the end."
},
"areYouSureReset": {
"message": "Are you sure you would like to reset this?"
}
}