1
0
forked from clan/clan-core

Merge pull request 'clan-vm-manager: fix wording in toast' (#1187) from a-kenji-clan-vm-manager/fix/toast into main

This commit is contained in:
clan-bot 2024-04-13 10:02:03 +00:00
commit 136b317def

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)