Skip to content

Commit 7b3dcf4

Browse files
author
Developer
committed
fix: correct JSON escaping in en.json placeholder path
1 parent 46aef87 commit 7b3dcf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"mysqlDsnPlaceholder": "user:password@tcp(127.0.0.1:3306)/database",
170170
"mysqlbinlogPath": "mysqlbinlog path (optional)",
171171
"mysqlbinlogPathHelp": "Leave empty to auto-discover from system PATH",
172-
"mysqlbinlogPathPlaceholder": "C:\\\\Program Files\\\\MySQL\\\\MySQL Server 8.0\\\\bin\\\\mysqlbinlog.exe",
172+
"mysqlbinlogPathPlaceholder": "C:\\Program Files\\MySQL\\MySQL Server 8.0\\bin\\mysqlbinlog.exe",
173173
"targetTablePlaceholder": "e.g. mydb.orders",
174174
"calculating": "Calculating...",
175175
"updatedAt": "Updated At",

0 commit comments

Comments
 (0)