add missing semicolon that caused tests to fail

pull/1/head
ansuz 8 years ago
parent a995f2306d
commit 518de7ab96

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

Loading…
Cancel
Save