From 7ceda772e4029d80983465501023bcb59cfacc70 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 6 Nov 2022 18:43:54 +0000 Subject: [PATCH] locales: fix YAML quoting issue Psych::SyntaxError: (/opt/mastodon/config/locales/simple_form.en.yml): mapping values are not allowed in this context at line 102 column 103 --- config/locales/simple_form.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 4e35573a32e..20c55c22d3c 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -99,7 +99,7 @@ en: imports: data: CSV file exported from another Mastodon server invite_request: - text: Be sure to provide at least one link to an established account on another social website: GitHub, Twitter, or a personal blog or website. This will help us review your request in a timely manner. + text: "Be sure to provide at least one link to an established account on another social website: GitHub, Twitter, or a personal blog or website. This will help us review your request in a timely manner." ip_block: comment: Optional. Remember why you added this rule. expires_in: IP addresses are a finite resource, they are sometimes shared and often change hands. For this reason, indefinite IP blocks are not recommended.