forked from 0x2620/pandora
typo
This commit is contained in:
parent
9d5ac8ade7
commit
6cfe105940
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ pandora.ui.contactForm = function() {
|
||||||
|
|
||||||
$receiptCheckbox = Ox.Checkbox({
|
$receiptCheckbox = Ox.Checkbox({
|
||||||
id: 'receipt',
|
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',
|
value: pandora.user.level != 'guest',
|
||||||
width: width - 136
|
width: width - 136
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue