From 8975561bfae3e6b478b7c83d42174cab9b3bc147 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 10 Dec 2019 03:55:47 -0600 Subject: adjust regex shortcut descriptions --- 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 cf9c1b073..dffd3a4fc 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -45,7 +45,7 @@ en: setting_skin: Reskins the selected Mastodon flavour setting_theme: Affects how Mastodon looks when you're logged in from any device. username: Your username will be unique on %{domain} - phrase_html: ""thing" - match whole words
tags: "thing" - match tags
subj: thing - match subject or CW
text: thing - match text
desc: thing - match media descriptions" + phrase_html: ""thing" - match whole words
tags: "tag1" tag2 ... - match tags (don't include #)
subj: thing - match subject or CW
text: thing - match text
desc: thing - match media descriptions" featured_tag: name: 'You might want to use one of these:' imports: -- cgit