Change 'Discount code' to 'Referral code' on order pages

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-28 23:59:54 -05:00
parent a471f26bb9
commit 4c023b85d1
2 changed files with 2 additions and 2 deletions

View file

@ -190,7 +190,7 @@
<input type="tel" id="pw-phone" placeholder="(555) 123-4567" class="w-full px-3 py-2 text-sm border border-gray-300 rounded-lg outline-none">
</div>
<div>
<label class="block text-xs font-medium text-gray-600 mb-1">Discount code</label>
<label class="block text-xs font-medium text-gray-600 mb-1">Referral code</label>
<input type="text" id="pw-promo" placeholder="Optional" class="w-full px-3 py-2 text-sm border border-gray-300 rounded-lg outline-none uppercase">
</div>
</div>

View file

@ -395,7 +395,7 @@ function renderServices() {
'<input type="email" id="pw-email" required placeholder="jane@company.com" class="w-full px-3 py-2 text-sm border border-gray-300 rounded-lg outline-none"></div>' +
'<div><label class="block text-xs font-medium text-gray-600 mb-1">Phone</label>' +
'<input type="tel" id="pw-phone" placeholder="(555) 123-4567" class="w-full px-3 py-2 text-sm border border-gray-300 rounded-lg outline-none"></div>' +
'<div><label class="block text-xs font-medium text-gray-600 mb-1">Referral / discount code</label>' +
'<div><label class="block text-xs font-medium text-gray-600 mb-1">Referral code</label>' +
'<input type="text" id="pw-promo" placeholder="Optional" class="w-full px-3 py-2 text-sm border border-gray-300 rounded-lg outline-none uppercase"></div>' +
'</div>' +
'<div id="pw-payment-section">' +