Skip to content

Commit 07cfb14

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-362: Invalid date-time format in the admin order grid for French local
1 parent 87de4da commit 07cfb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/utils/misc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ define([
9494

9595
_.each(map, function (moment, mage) {
9696
result = result.replace(
97-
new RegExp( mage + "(?=([^']*'[^']*')*[^']*$)"),
97+
new RegExp(mage + '(?=([^\u0027]*\u0027[^\u0027]*\u0027)*[^\u0027]*$)'),
9898
moment
9999
);
100100
});

0 commit comments

Comments
 (0)