diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-18 12:48:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-18 12:48:27 +0200 |
commit | 85bb32c410a975bf6154a78a82797f82713e2428 (patch) | |
tree | e94071f4cee5bc324ffc1977f02b72b9c0c47d36 /config | |
parent | 5059989cc743e18f05e3f5f95ad557d7f7f34afd (diff) |
Add "sign in to participate" message to public toot page (#8200)
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 90086103c..66ab8f10a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -746,6 +746,7 @@ en: private: Non-public toot cannot be pinned reblog: A boost cannot be pinned show_more: Show more + sign_in_to_participate: Sign in to participate in the conversation title: '%{name}: "%{quote}"' visibilities: private: Followers-only |