From 5a72bf2d48d8851598c6369b422d0d8acbe10cbc Mon Sep 17 00:00:00 2001 From: rlx Date: Thu, 21 Jan 2016 19:09:55 +0530 Subject: [PATCH] typo --- static/js/folders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/folders.js b/static/js/folders.js index cbb13f8b..9ef8c154 100644 --- a/static/js/folders.js +++ b/static/js/folders.js @@ -34,7 +34,7 @@ pandora.ui.folders = function(section) { extras = [infoButton( Ox._('Personal ' + folderItems), section == 'items' - ? Ox._('To create and share your own lists of {0}, please sign up or sign in.', [Ox._(pandora.site.itemName.plural.toLowerCase())]), + ? Ox._('To create and share your own lists of {0}, please sign up or sign in.', [Ox._(pandora.site.itemName.plural.toLowerCase())]) : Ox._('To create and share your own {0}, please sign up or sign in.', [section]) )]; } else {