diff --git a/Changelog.md b/Changelog.md index 240155584..17cc1193f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,8 +18,8 @@ * moved Aspects JS initializer to the correct place so aspect selection / deselection works again [#3737] (https://github.com/diaspora/diaspora/pull/3737) * Do not strip "markdown" in links when posting to services [#3765](https://github.com/diaspora/diaspora/issues/3765) * Renamed `server.db` to `server.database` to match the example configuration. -* Fix insecure image of cat on user edit page - New photo courtesy of -[khanb1 on flickr](http://www.flickr.com/photos/albaraa/) under CC BY 2.0. +* Fix insecure image of cat on user edit page - New photo courtesy of [khanb1 on flickr](http://www.flickr.com/photos/albaraa/) under CC BY 2.0. +* Allow translation of "suggest member" of Community Spotlight. [#3791](https://github.com/diaspora/diaspora/issues/3791) # 0.0.2.0 diff --git a/app/views/contacts/spotlight.haml b/app/views/contacts/spotlight.haml index da61f96e4..39a1c5588 100644 --- a/app/views/contacts/spotlight.haml +++ b/app/views/contacts/spotlight.haml @@ -18,7 +18,7 @@ - if AppConfig.settings.community_spotlight.suggest_email.present? .right - = link_to "Suggest a member", "mailto:#{AppConfig.settings.community_spotlight.suggest_email}", :class => "button" + = link_to t('contacts.spotlight.suggest_member'), "mailto:#{AppConfig.settings.community_spotlight.suggest_email}", :class => "button" %h3 = t('contacts.spotlight.community_spotlight') diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 1c206b0f0..3516ecfd6 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -314,6 +314,7 @@ en: many_people_are_you_sure: "Are you sure you want to start a private conversation with more than %{suggested_limit} contacts? Posting to this aspect may be a better way to contact them." spotlight: community_spotlight: "Community Spotlight" + suggest_member: "Suggest a member" conversations: index: