From 7d5cbd85635f6b62e32bbfb45db5fa786c0d4b42 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 4 Feb 2024 09:43:03 +0100 Subject: [PATCH] Fix typo --- Workshoppa/Windows/MainWindow.cs | 2 +- Workshoppa/Workshoppa.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Workshoppa/Windows/MainWindow.cs b/Workshoppa/Windows/MainWindow.cs index e30c4ac..39bfb68 100644 --- a/Workshoppa/Windows/MainWindow.cs +++ b/Workshoppa/Windows/MainWindow.cs @@ -603,7 +603,7 @@ internal sealed class MainWindow : LImGui.LWindow if (!_plugin.WorkshopTerritories.Contains(_clientState.TerritoryType)) ImGui.TextColored(ImGuiColors.DalamudRed, "You are not in the Company Workshop."); else if (!NearFabricationStation) - ImGui.TextColored(ImGuiColors.DalamudRed, "You are not near a Farbrication Station."); + ImGui.TextColored(ImGuiColors.DalamudRed, "You are not near a Fabrication Station."); if (!IsDiscipleOfHand) ImGui.TextColored(ImGuiColors.DalamudRed, "You need to be a Disciple of the Hand to start crafting."); diff --git a/Workshoppa/Workshoppa.csproj b/Workshoppa/Workshoppa.csproj index 03f629f..f23b199 100644 --- a/Workshoppa/Workshoppa.csproj +++ b/Workshoppa/Workshoppa.csproj @@ -1,7 +1,7 @@ net7.0-windows - 4.2 + 4.3 11.0 enable true