FIX: Promo code placeholder (#133)

This commit is contained in:
Angus McLeod 2022-09-23 10:37:28 +02:00 committed by GitHub
parent 827f9df444
commit aba86e5e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
{{input
type="text"
name="promo_code"
placeholderKey="discourse_subscriptions.subscribe.promo_code"
placeholder=(i18n "discourse_subscriptions.subscribe.promo_code")
value=promoCode
}}
</div>