Skip to content

Commit 326de6e

Browse files
committed
Don't append a colon after payment method title in checkout.
It's inconsistent with other checkout step titles. It is hard to remove it when customizing a theme.
1 parent 2808f2d commit 326de6e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view/payment

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/payment/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ define([
193193
title = this.defaultGroupTitle;
194194
}
195195

196-
return title + ':';
196+
return title;
197197
},
198198

199199
/**

0 commit comments

Comments
 (0)