add missing semicolon that caused tests to fail

This commit is contained in:
ansuz 2016-07-17 13:42:52 +02:00
parent a995f2306d
commit 518de7ab96
1 changed files with 1 additions and 1 deletions

View File

@ -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!';