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