diff --git a/docs/releases/v2016.1.rst b/docs/releases/v2016.1.rst
index f708492a..c2ca8c14 100644
--- a/docs/releases/v2016.1.rst
+++ b/docs/releases/v2016.1.rst
@@ -226,6 +226,12 @@ Site changes
"<%= pubkey %>"
""
+
+ - There are often problems when you have to send the pubkey via Email to the community and have no internet connection. Now you can display a QR-Code to register the Node via you phone:
+ "
&body=Hostname%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>\">"
+ " "
+ "
"
+
Internals
~~~~~~~~~
diff --git a/docs/site-example/i18n/de.po b/docs/site-example/i18n/de.po
index 69cf1dd8..b52bebd6 100644
--- a/docs/site-example/i18n/de.po
+++ b/docs/site-example/i18n/de.po
@@ -30,6 +30,9 @@ msgstr ""
" "
"<%= pubkey %>"
""
+"&body=Hostname%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>\">"
+" "
+"
"
msgid "gluon-config-mode:reboot"
msgstr ""
diff --git a/docs/site-example/i18n/en.po b/docs/site-example/i18n/en.po
index ac28fea5..6fd4f3a7 100644
--- a/docs/site-example/i18n/en.po
+++ b/docs/site-example/i18n/en.po
@@ -28,7 +28,9 @@ msgstr ""
" "
"<%= pubkey %>"
""
-
+"&body=Hostname%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>\">"
+" "
+"
"
msgid "gluon-config-mode:reboot"
msgstr ""
diff --git a/docs/site-example/i18n/fr.po b/docs/site-example/i18n/fr.po
index 30e21c50..0650e40b 100644
--- a/docs/site-example/i18n/fr.po
+++ b/docs/site-example/i18n/fr.po
@@ -30,6 +30,9 @@ msgstr ""
" "
"<%= pubkey %>"
""
+"&body=Hostname%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>\">"
+" "
+"
"
msgid "gluon-config-mode:reboot"
msgstr ""
diff --git a/package/gluon-config-mode-core/files/usr/lib/lua/luci/view/gluon/config-mode/reboot.htm b/package/gluon-config-mode-core/files/usr/lib/lua/luci/view/gluon/config-mode/reboot.htm
index e8f32d99..65d2a71d 100644
--- a/package/gluon-config-mode-core/files/usr/lib/lua/luci/view/gluon/config-mode/reboot.htm
+++ b/package/gluon-config-mode-core/files/usr/lib/lua/luci/view/gluon/config-mode/reboot.htm
@@ -5,6 +5,7 @@
<%=hostname%> is rebooting
+
@@ -14,4 +15,5 @@
+