mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
@ -136,7 +136,7 @@ class Voice:
|
||||
|
||||
def on_unread_messages(self, count, total):
|
||||
s = 's' if count > 1 else ''
|
||||
return self._('You have {count} new message{plural}!').format(num=count, plural=s)
|
||||
return self._('You have {count} new message{plural}!').format(count=count, plural=s)
|
||||
|
||||
def on_rebooting(self):
|
||||
return self._("Ops, something went wrong ... Rebooting ...")
|
||||
|
Reference in New Issue
Block a user