diff --git a/app/views/authorizations/index.html.haml b/app/views/authorizations/index.html.haml
index 2f29974fc..62678b4db 100644
--- a/app/views/authorizations/index.html.haml
+++ b/app/views/authorizations/index.html.haml
@@ -24,4 +24,4 @@
= app.description
- else
- You haven't registered any applications yet.
+ = t('.no_applications')
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index e7206804d..967a0d4da 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -800,6 +800,8 @@ en:
authorizations:
index:
revoke_access: "Revoke Access"
+ no_applications: "You haven't registered any applications yet."
+
users:
edit: