From ed19c6885d354300f4e3e7be552253bfaa4b0c43 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 21 Feb 2017 17:16:56 +0100 Subject: [PATCH] join array in messages.js --- customize.dist/translations/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 9ba0402ac..6a339a033 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -234,7 +234,7 @@ define(function () { "
  • You can import pads which were recently viewed in your browser so you have them in your account.
  • ", "
  • If you are using a shared computer, you need to log out when you are done, closing the tab is not enough.
  • ", "" - ]; + ].join(''); // Settings out.settings_title = "Settings";