fix: typo

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-06-28 22:32:33 +02:00
parent c96801ee0e
commit 07a5ddc850
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ def install_octoeverywhere() -> None:
DialogType.INFO, DialogType.INFO,
[ [
"OctoEverywhere is already installed!", "OctoEverywhere is already installed!",
"It is save to run the installer again to link your " "It is safe to run the installer again to link your "
"printer or repair any issues.", "printer or repair any issues.",
], ],
padding_top=0, padding_top=0,

View File

@@ -212,7 +212,7 @@ class ObicoExtension(BaseExtension):
DialogType.INFO, DialogType.INFO,
[ [
"Obico is already installed!", "Obico is already installed!",
"It is save to run the installer again to link your " "It is safe to run the installer again to link your "
"printer or repair any issues.", "printer or repair any issues.",
"\n\n", "\n\n",
"You can perform the following actions:", "You can perform the following actions:",