mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Show the website mode URL description in website mode, instead of the share mode one
This commit is contained in:
parent
01534a643b
commit
9e7a91aed2
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ class ServerStatus(QtWidgets.QWidget):
|
|||
if self.mode == ServerStatus.MODE_SHARE:
|
||||
self.url_description.setText(strings._('gui_share_url_description').format(info_image))
|
||||
elif self.mode == ServerStatus.MODE_WEBSITE:
|
||||
self.url_description.setText(strings._('gui_share_url_description').format(info_image))
|
||||
self.url_description.setText(strings._('gui_website_url_description').format(info_image))
|
||||
else:
|
||||
self.url_description.setText(strings._('gui_receive_url_description').format(info_image))
|
||||
|
||||
|
|
Loading…
Reference in a new issue