diff --git a/install/core/i18n/en_US/install.json b/install/core/i18n/en_US/install.json
index 5e9553e5b6..fc9661efd6 100644
--- a/install/core/i18n/en_US/install.json
+++ b/install/core/i18n/en_US/install.json
@@ -13,7 +13,11 @@
"Errors page title": "Errors",
"Finish page title": "Installation is complete",
"Congratulation! Welcome to EspoCRM": "Congratulation! EspoCRM has been successfully installed.",
- "More Information": "For more information,
please visit our blog: {BLOG}
follow us on twitter: {TWITTER}
If you have any suggestions or questions, please ask on the forum:
{FORUM}",
+ "More Information": "For more information, please visit our {BLOG}, follow us on {TWITTER}.
If you have any suggestions or questions, please ask on the {FORUM}.",
+ "share": "If you like EspoCRM, share it with your friends. Let them know about this great product.",
+ "blog": "blog",
+ "twitter": "twitter",
+ "forum": "forum",
"Installation Guide": "Installation Guide",
"admin": "admin",
"localhost": "localhost",
diff --git a/install/core/tpl/finish.tpl b/install/core/tpl/finish.tpl
index 2c7b3d2625..b0e25d6226 100644
--- a/install/core/tpl/finish.tpl
+++ b/install/core/tpl/finish.tpl
@@ -7,10 +7,22 @@
{$langs['labels']['Congratulation! Welcome to EspoCRM']}
+
+
+
+ {$langs['labels']['share']} +
+