Commit bc405e4
committed
fix(config add-endpoint): don't apply locale thousands separator to port
localizer.Sprintf routes through golang.org/x/text/message, which formats
%v on an int with the locale's number formatter (e.g. en-US prints 1433
as '1,433'). Pre-format the port as a string so the displayed hint reads
"port: '1433'".1 parent e600213 commit bc405e4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
0 commit comments