diff --git a/app/views/locomotive/shared/_footer.html.haml b/app/views/locomotive/shared/_footer.html.haml index 85f19995..8699ee63 100644 --- a/app/views/locomotive/shared/_footer.html.haml +++ b/app/views/locomotive/shared/_footer.html.haml @@ -1,2 +1,2 @@ %p.tcenter - != t('.who_is_behind', :development => nocoffee_tag) + != t('.who_is_behind', :version => Locomotive::VERSION, :development => nocoffee_tag) diff --git a/config/locales/admin_ui.en.yml b/config/locales/admin_ui.en.yml index 8a1fda50..8b246adb 100644 --- a/config/locales/admin_ui.en.yml +++ b/config/locales/admin_ui.en.yml @@ -49,7 +49,7 @@ en: update: Save send: Send footer: - who_is_behind: "LocomotiveCMS is developed by %{development} and designed by Sacha Greif" + who_is_behind: "LocomotiveCMS is developed by %{development} and designed by Sacha Greifversion %{version}" errors: "500": diff --git a/config/locales/admin_ui.fr.yml b/config/locales/admin_ui.fr.yml index 03e52719..fef897cc 100644 --- a/config/locales/admin_ui.fr.yml +++ b/config/locales/admin_ui.fr.yml @@ -49,7 +49,7 @@ fr: site: Site theme_assets: Fichiers Thème footer: - who_is_behind: "Produit développé par %{development} et désigné par Sacha Greif" + who_is_behind: "Produit développé par %{development} et désigné par Sacha Greifversion %{version}" form_actions: back: Retour sans sauvegarder create: Créer