Skip to content

Commit

Permalink
chore: update coupon input placeholder (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsilva-spryker authored Jan 16, 2024
1 parent 108a95b commit 25cd00f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libs/domain/cart/coupon/coupon.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class CouponComponent extends CartComponentMixin(
: ''}"
>
<input
placeholder=${this.i18n('coupon.have-a-coupon')}
placeholder=${this.i18n('coupon.coupon-code')}
@keyup=${this.onKeyup}
/>
<oryx-button
Expand Down
1 change: 0 additions & 1 deletion libs/template/labs/src/i18n/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const cart = {
};

const coupon = {
'coupon.have-a-coupon': 'Have a coupon?',
'coupon.insert': 'Please insert a coupon code',
'coupon.invalid': 'Coupon code can not be added',
'coupon.(valid-till-<date>)': '(valid till {date})',
Expand Down

0 comments on commit 25cd00f

Please sign in to comment.