Skip to content

Commit

Permalink
Renaming "High Performance" label to "Evo".
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand256 committed Aug 13, 2024
1 parent 8e55e51 commit 3f6f642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/ui_app_main_view_wdg.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def retranslateUi(self, WdgAppMainView):
self.label_2.setText(_translate("WdgAppMainView", "Collateral hash:"))
self.cboNetMnsFilterType.setItemText(0, _translate("WdgAppMainView", "Any"))
self.cboNetMnsFilterType.setItemText(1, _translate("WdgAppMainView", "Regular (1k)"))
self.cboNetMnsFilterType.setItemText(2, _translate("WdgAppMainView", "High performance (4k)"))
self.cboNetMnsFilterType.setItemText(2, _translate("WdgAppMainView", "Evo (4k)"))
self.label_8.setText(_translate("WdgAppMainView", "Protx hash:"))
self.label_9.setText(_translate("WdgAppMainView", "Platform Node Id:"))
self.label_6.setText(_translate("WdgAppMainView", "Owner address:"))
Expand Down
2 changes: 1 addition & 1 deletion src/ui/ui_app_main_view_wdg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
</item>
<item>
<property name="text">
<string>High performance (4k)</string>
<string>Evo (4k)</string>
</property>
</item>
</widget>
Expand Down

0 comments on commit 3f6f642

Please sign in to comment.