Update manualtab.py

This commit is contained in:
Vishal 2023-11-18 17:04:25 +05:30 committed by GitHub
parent 30ee6ea7dc
commit 0349fa4dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -767,7 +767,7 @@ class ManualGatherTab(GatherTab):
if num_of_fav == 0: if num_of_fav == 0:
bui.textwidget( bui.textwidget(
edit=self._no_parties_added_text, edit=self._no_parties_added_text,
text='No Parties Added', text=bui.Lstr(resource='noPartiesAddedText'),
) )
def on_deactivate(self) -> None: def on_deactivate(self) -> None: