Skip to content

Commit 2011e1e

Browse files
authored
Correct text for refundPolicy (#8820)
1 parent 9ed8888 commit 2011e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/forms/orders/order-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ export default Component.extend(FormMixin, {
475475
{
476476
type : 'regExp',
477477
value : compulsoryProtocolValidUrlPattern,
478-
prompt : this.l10n.t('Please enter a valid URL.')
478+
prompt : this.l10n.t('Please consent to the Refund Policy.')
479479
}
480480
]
481481
};

0 commit comments

Comments
 (0)