diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 260cde5d..0670b16d 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -213,15 +213,6 @@ "whatDeleteButton": { "message": "This is the button that allows you to clear all sponsors on the YouTube player." }, - "customServerAddress": { - "message": "SponsorBlock Server Address" - }, - "customServerAddressDescription": { - "message": "The address SponsorBlock uses to make calls to the server.\nIt must be formatted https://domain with no trailing forward slash (/).\nUnless you have your own server instance this should not be changed." - }, - "saveCustomServerAddress": { - "message": "Save" - }, "disableViewTracking": { "message": "Disable Sponsor Skip Count Tracking" }, @@ -404,5 +395,14 @@ }, "shortCheck": { "message": "The following submission is shorter than your minimum duration option. This could mean that this is already submitted, and just being ignored due to this option. Are you sure you would like to submit?" + }, + "customServerAddress": { + "message": "SponsorBlock Server Address" + }, + "customServerAddressDescription": { + "message": "The address SponsorBlock uses to make calls to the server.\nIt must be formatted https://domain with no trailing forward slash (/).\nUnless you have your own server instance, this should not be changed." + }, + "saveCustomServerAddress": { + "message": "Save" } }