From 518de7ab960cf62e9ba2e09f4bb7a6cf4e799f4f Mon Sep 17 00:00:00 2001 From: ansuz Date: Sun, 17 Jul 2016 13:42:52 +0200 Subject: [PATCH] add missing semicolon that caused tests to fail --- customize.dist/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/messages.js b/customize.dist/messages.js index 43f883977..364de6b9c 100644 --- a/customize.dist/messages.js +++ b/customize.dist/messages.js @@ -34,7 +34,7 @@ define(function () { out.renameConflict = 'Another pad already has that title'; out.forgetButton = 'FORGET'; - out.forgetButtonTitle = 'remove this document from your home page listings' + out.forgetButtonTitle = 'remove this document from your home page listings'; out.forgetPrompt = 'Clicking OK will remove the URL for this pad from localStorage, are you sure?'; out.disconnectAlert = 'Network connection lost!';