Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 3a1d46d

Browse files
author
Oleksii Korshenko
authored
MAGETWO-72190: Don't append a colon after payment method title in checkout. #10730
2 parents 9919070 + c31ce40 commit 3a1d46d

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)