From 6cfe1059404bcbeb20a9a699d699c4b79fbe8cc1 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 10 May 2013 13:11:11 +0000 Subject: [PATCH] typo --- static/js/pandora/contactForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/contactForm.js b/static/js/pandora/contactForm.js index a9b6c3e90..fc3bfd9fa 100644 --- a/static/js/pandora/contactForm.js +++ b/static/js/pandora/contactForm.js @@ -73,7 +73,7 @@ pandora.ui.contactForm = function() { $receiptCheckbox = Ox.Checkbox({ id: 'receipt', - title: Ox._('Send a receipt to {}', pandora.user.email), + title: Ox._('Send a receipt to {0}', [pandora.user.email]), value: pandora.user.level != 'guest', width: width - 136 })