clan-vm-manager: fix wording in toast
All checks were successful
checks / checks (pull_request) Successful in 1m59s
checks / checks-impure (pull_request) Successful in 1m49s

This commit is contained in:
a-kenji 2024-04-13 11:55:58 +02:00
parent c4ef4b1950
commit 9f3fcaf68e

View File

@ -134,7 +134,7 @@ class LogToast:
) -> None:
super().__init__()
self.toast = Adw.Toast.new(
f"""Logs are avilable <span weight="regular">{message}</span>"""
f"""Logs are available <span weight="regular">{message}</span>"""
)
self.toast.set_use_markup(True)