mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 16:53:49 +08:00
Adding Language Compatibility
This commit is contained in:
parent
a17ac19946
commit
c4676688e8
@ -1000,7 +1000,7 @@ class PublicGatherTab(GatherTab):
|
|||||||
):
|
):
|
||||||
bui.textwidget(
|
bui.textwidget(
|
||||||
edit=self._no_servers_text,
|
edit=self._no_servers_text,
|
||||||
text='No Servers Found' #bui.Lstr(resource='notSignedInText')
|
text=bui.Lstr(resource='noServerFoundText')
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user