diff --git a/static/js/makeListPrivateDialog.js b/static/js/makeListPrivateDialog.js index 4344fa58..30f938ee 100644 --- a/static/js/makeListPrivateDialog.js +++ b/static/js/makeListPrivateDialog.js @@ -24,7 +24,7 @@ pandora.ui.makeListPrivateDialog = function(name, subscribers, callback) { }) ], keys: {enter: 'make', escape: 'keep'}, - text: Ox._('Are you sure you want to make the list "{0}" private and loose its {1}?', + text: Ox._('Are you sure you want to make the list "{0}" private and lose its {1}?', [name, subscribers == 1 ? Ox._('subscriber') : Ox._('{0} subscribers', [subscribers])]), title: Ox._('Make List Private') });