rename proxy tab

This commit is contained in:
ThomasV 2017-07-13 09:38:53 +02:00
parent e6116db565
commit f98a5617d6
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class NetworkChoiceLayout(object):
proxy_tab = QWidget()
blockchain_tab = QWidget()
tabs.addTab(blockchain_tab, _('Overview'))
tabs.addTab(proxy_tab, _('Protocol'))
tabs.addTab(proxy_tab, _('Proxy'))
tabs.addTab(server_tab, _('Server'))
# server tab