diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2020-11-13 00:58:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-12 16:58:00 +0100 |
commit | 2b1a6e734ff42c17fb971cf909509b6b2ad84879 (patch) | |
tree | d94c398b4655d790d3d63faf277a1a0ef5e27c0e /config/locales | |
parent | 4790a126bebddd83cbaf1a8436611536dcc417a0 (diff) |
Add follow selected followers button (#15148)
* Add follow selected followers button * Fix unused variable * Fix i18n normalize
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 02368d900..bec099082 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1075,6 +1075,7 @@ en: relationships: activity: Account activity dormant: Dormant + follow_selected_followers: Follow selected followers followers: Followers following: Following invited: Invited |