mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Fix English typos
Fixed a typo in English translation, needing to regenerate locales because of changed msgid Fixed typo in onlinehashcrack plugin logging Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com>
This commit is contained in:
@ -157,7 +157,7 @@ class Voice:
|
||||
return self._('You have {count} new message{plural}!').format(count=count, plural=s)
|
||||
|
||||
def on_rebooting(self):
|
||||
return self._("Ops, something went wrong ... Rebooting ...")
|
||||
return self._("Oops, something went wrong ... Rebooting ...")
|
||||
|
||||
def on_last_session_data(self, last_session):
|
||||
status = self._('Kicked {num} stations\n').format(num=last_session.deauthed)
|
||||
|
Reference in New Issue
Block a user