diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-04-21 15:40:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 15:40:00 +0200 |
commit | e243092a5ae44dbf9a1c0ea2791214f6c9d69025 (patch) | |
tree | a84cd270c55dcb3820fd8830f4ab56af5f733649 /config/locales | |
parent | 0b36e3419d4c4ce175f9db266ef5b3a49a9b3974 (diff) |
Add DM icon back on HTML view of DMs (#16086)
Fix regression from #16052
Diffstat (limited to 'config/locales')
-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 3f3adc158..7aebd0743 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1260,6 +1260,7 @@ en: sign_in_to_participate: Sign in to participate in the conversation title: '%{name}: "%{quote}"' visibilities: + direct: Direct private: Followers-only private_long: Only show to followers public: Public |