Mercurial > libervia-backend
changeset 4090:e9d800b105c1
cli (event): minor typo
| author | Goffi <goffi@goffi.org> |
|---|---|
| date | Thu, 08 Jun 2023 21:28:40 +0200 |
| parents | e7ee611fc860 |
| children | 4eb7a5ecbd9d |
| files | libervia/cli/cmd_event.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libervia/cli/cmd_event.py Thu Jun 08 21:28:26 2023 +0200 +++ b/libervia/cli/cmd_event.py Thu Jun 08 21:28:40 2023 +0200 @@ -336,7 +336,7 @@ self.disp(f"can't create event: {e}", error=True) self.host.quit(C.EXIT_BRIDGE_ERRBACK) else: - self.disp(_("Event created successfuly)")) + self.disp(_("Event created successfuly")) self.host.quit()
