File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 40
40
"moveRepositoryLocation" : " Move Repository Location" ,
41
41
"runGarbageCollector" : " Run Garbage Collector" ,
42
42
"selectDirectory" : " Select Directory" ,
43
+ "customIpfsBinary" : " Custom IPFS Binary" ,
43
44
"setCustomIpfsBinary" : " Set Custom IPFS Binary" ,
44
45
"clearCustomIpfsBinary" : " Clear Custom IPFS Binary" ,
45
46
"polkitDialog" : {
Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ function buildMenu (ctx) {
133
133
click : ( ) => { shell . openExternal ( 'https://github.com/ipfs-shipyard/ipfs-desktop/releases' ) }
134
134
} ,
135
135
{
136
- label : `go-ipfs ${ hasCustomBinary ( ) ? '(custom)' : GO_IPFS_VERSION } ` ,
136
+ label : hasCustomBinary ( )
137
+ ? i18n . t ( 'customIpfsBinary' )
138
+ : `go-ipfs ${ GO_IPFS_VERSION } ` ,
137
139
click : ( ) => { shell . openExternal ( 'https://github.com/ipfs/go-ipfs/releases' ) }
138
140
} ,
139
141
{ type : 'separator' } ,
You can’t perform that action at this time.
0 commit comments