Skip to content
Snippets Groups Projects
Commit ba8593d5 authored by Vincent Texier's avatar Vincent Texier
Browse files

Rename wot_tab title

parent 3d9c6699
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class CommunityTabWidget(QWidget, Ui_CommunityTabWidget):
self.button_leaving.hide()
self.wot_tab = WotTabWidget(account, community, password_asker, self)
self.tabs_information.addTab(self.wot_tab, QIcon(':/icons/wot_icon'), "Wot")
self.tabs_information.addTab(self.wot_tab, QIcon(':/icons/wot_icon'), "WoT")
def member_context_menu(self, point):
index = self.table_community_members.indexAt(point)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment