diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-06-09 10:01:39 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-06-10 10:35:46 +0100 |
| commit | 2e7d0bd9e6575b1aa571f67feaa937dd87403bbc (patch) | |
| tree | 40a73bb1d22ed12b47267fc2cca9294e0eb5fe03 /gui/src/shared | |
| parent | 7aee7111bd914eb64bb7cff86758dcf7b41dc08f (diff) | |
| download | mullvadvpn-2e7d0bd9e6575b1aa571f67feaa937dd87403bbc.tar.xz mullvadvpn-2e7d0bd9e6575b1aa571f67feaa937dd87403bbc.zip | |
Change name of custom bridges from 'Custom' to 'custom bridge'
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/daemon-rpc-types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts index 891c06c8b9..32cd6c4d0f 100644 --- a/gui/src/shared/daemon-rpc-types.ts +++ b/gui/src/shared/daemon-rpc-types.ts @@ -52,7 +52,7 @@ export function proxyTypeToString(proxy: ProxyType): string { case 'shadowsocks': return 'Shadowsocks'; case 'custom': - return 'Custom'; + return 'custom bridge'; default: return ''; } |
