1
0
forked from clan/clan-core

clan-vm-manager: fix wording in toast

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)