diff --git a/Dalamud/Plugin/Internal/AutoUpdate/AutoUpdateManager.cs b/Dalamud/Plugin/Internal/AutoUpdate/AutoUpdateManager.cs index de7eb1c1c..6404846f7 100644 --- a/Dalamud/Plugin/Internal/AutoUpdate/AutoUpdateManager.cs +++ b/Dalamud/Plugin/Internal/AutoUpdate/AutoUpdateManager.cs @@ -496,7 +496,7 @@ internal class AutoUpdateManager : IServiceType "AutoUpdateUpdatesAvailableContentPlural", "There are {0} plugins that can be updated:"), updatablePlugins.Count)) - + "\n\n" + string.Join(",", updatablePlugins.Select(x => x.InstalledPlugin.Manifest.Name)); + + "\n\n" + string.Join(", ", updatablePlugins.Select(x => x.InstalledPlugin.Manifest.Name)); public static string NotificationContentUpdatesAvailableMinimized(int numUpdates) => numUpdates == 1 ?