This commit is contained in:
j 2013-05-10 13:11:11 +00:00
parent 9d5ac8ade7
commit 6cfe105940

View file

@ -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
})