diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 75ec61ec3..371235c89 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -6,7 +6,7 @@ XIV Launcher addon framework - 13.0.0.5 + 13.0.0.6 $(DalamudVersion) $(DalamudVersion) $(DalamudVersion) diff --git a/Dalamud/Game/ChatHandlers.cs b/Dalamud/Game/ChatHandlers.cs index c57dd70b8..b5639c4d3 100644 --- a/Dalamud/Game/ChatHandlers.cs +++ b/Dalamud/Game/ChatHandlers.cs @@ -124,11 +124,11 @@ internal partial class ChatHandlers : IServiceType var updateMessage = new SeStringBuilder() .AddText(Loc.Localize("DalamudUpdated", "Dalamud has been updated successfully!")) .AddUiForeground(500) - .AddText(" [") + .AddText(" [ ") .Add(linkPayload) - .AddText(Loc.Localize("DalamudClickToViewChangelogs", " Click here to view the changelog.")) + .AddText(Loc.Localize("DalamudClickToViewChangelogs", "Click here to view the changelog.")) .Add(RawPayload.LinkTerminator) - .AddText("]") + .AddText(" ]") .AddUiForegroundOff(); chatGui.Print(new XivChatEntry