Skip to content

Commit f9c03b9

Browse files
authored
language config fix for ioctl (iotexproject#2401)
1 parent 7c506cc commit f9c03b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ioctl/config/configsetget.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ func reset() error {
292292
ReadConfig.SecureConnect = true
293293
ReadConfig.DefaultAccount = *new(Context)
294294
ReadConfig.Explorer = "iotexscan"
295-
ReadConfig.Language = "en"
295+
ReadConfig.Language = "English"
296296

297297
err := writeConfig()
298298
if err != nil {

0 commit comments

Comments
 (0)