From 550ed2fbc763158cff135930b1e10fb245f3f06f Mon Sep 17 00:00:00 2001 From: Lety Does Stuff <48048071+letydoesstuff@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:05:43 -0700 Subject: [PATCH] i18n fix for `compose_form.sensitive_attachment_hint` --- app/javascript/mastodon/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index f3d2b99b2f..511b5710e4 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -152,7 +152,6 @@ "compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is not public. Only public posts can be searched by hashtag.", "compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.", "compose_form.lock_disclaimer.lock": "locked", - "compose_form.sensitive_attachment_hint": "Leave the content warning field empty to mark only the post attachments as sensitive.", "compose_form.placeholder": "What's on your mind?", "compose_form.poll.duration": "Poll duration", "compose_form.poll.multiple": "Multiple choice", @@ -165,6 +164,7 @@ "compose_form.publish_form": "New post", "compose_form.reply": "Reply", "compose_form.save_changes": "Update", + "compose_form.sensitive_attachment_hint": "Leave the content warning field empty to mark only the post attachments as sensitive.", "compose_form.spoiler.marked": "Remove content warning", "compose_form.spoiler.unmarked": "Add content warning", "compose_form.spoiler_placeholder": "Content warning (optional)",