From 5f2854571aab829f8886d21cbab13a94afe39cb4 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 10 Jan 2023 13:21:59 -0600 Subject: [PATCH] Fix order of en.json --- app/soapbox/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index b46d7a7a0..49883461c 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -1196,8 +1196,8 @@ "soapbox_config.promo_panel.meta_fields.label_placeholder": "Label", "soapbox_config.promo_panel.meta_fields.url_placeholder": "URL", "soapbox_config.raw_json_hint": "Edit the settings data directly. Changes made directly to the JSON file will override the form fields above. Click Save to apply your changes.", - "soapbox_config.raw_json_label": "Advanced: Edit raw JSON data", "soapbox_config.raw_json_invalid": "is invalid", + "soapbox_config.raw_json_label": "Advanced: Edit raw JSON data", "soapbox_config.save": "Save", "soapbox_config.saved": "Soapbox config saved!", "soapbox_config.single_user_mode_hint": "Front page will redirect to a given user profile.",