parent
d39a4e3621
commit
4c337c6952
3 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
* Allow points and dashes in the username [#8266](https://github.com/diaspora/diaspora/pull/8266)
|
||||
* Add support for footnotes in markdown [#8277](https://github.com/diaspora/diaspora/pull/8277)
|
||||
* Send `AccountMigration` if receiving message to a migrated account [#8288](https://github.com/diaspora/diaspora/pull/8288)
|
||||
* Add podmin mail address to the footer [#8242](https://github.com/diaspora/diaspora/pull/8242)
|
||||
|
||||
# 0.7.15.0
|
||||
|
||||
|
|
|
|||
|
|
@ -7,3 +7,5 @@
|
|||
%li= link_to t("layouts.application.switch_to_touch_optimized_mode"), toggle_mobile_path
|
||||
- if AppConfig.settings.terms.enable?
|
||||
%li= link_to t("_terms"), terms_path
|
||||
- unless AppConfig.admins.podmin_email.nil?
|
||||
%li= mail_to AppConfig.admins.podmin_email, t("_podmin_mail")
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ en:
|
|||
no_results: "No results found"
|
||||
_contacts: "Contacts"
|
||||
_terms: "Terms"
|
||||
_podmin_mail: "Contact Podmin"
|
||||
_statistics: "Statistics"
|
||||
|
||||
# For reference translation; the real ActiveRecord English transations are actually
|
||||
|
|
|
|||
Loading…
Reference in a new issue