diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 02b9ac5..2f80a8a 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -1,6 +1,7 @@
 OC.L10N.register(
     "ocsms",
     {
-    "Phone Sync" : "Phone Sync"
+    "Phone Sync" : "Phone Sync",
+    "An app to sync SMS with your cloud" : "An app to sync SMS with your cloud"
 },
 "nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index a0f2096..6dae615 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -1,4 +1,5 @@
 { "translations": {
-    "Phone Sync" : "Phone Sync"
+    "Phone Sync" : "Phone Sync",
+    "An app to sync SMS with your cloud" : "An app to sync SMS with your cloud"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }
\ No newline at end of file