diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index be34424a..a82dc4f1 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -11,5 +11,5 @@
%footer.footer
%p{style: @has_cover ? 'color: white' : ''}
%a{href: 'https://0xacab.org/itacate-kefir/sutty'} Sutty
- es desarrollada por
+ = t('footer.powered_by')
%a{href: 'https://kefir.red'} Kéfir
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 04143fca..c28e990e 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -5,3 +5,5 @@ en:
submit: 'Log in'
sites:
title: 'Sites'
+ footer:
+ powered_by: 'is developed by'
diff --git a/config/locales/es.yml b/config/locales/es.yml
index cd546852..6092f60e 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -5,3 +5,5 @@ es:
submit: 'Ingresar'
sites:
title: 'Sitios'
+ footer:
+ powered_by: 'es desarrollada por'