[Plugin Installer] typo fix (#1962)

This commit is contained in:
Anthony 2024-07-23 10:11:14 -07:00 committed by GitHub
parent 4ddd9c99fb
commit 55056aee3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3942,7 +3942,7 @@ internal class PluginInstallerWindow : Window, IDisposable
public static string TabBody_NoPluginsUpdateable => Loc.Localize("InstallerNoPluginsUpdate", "No plugins have updates available at the moment.");
public static string TabBody_NoPluginsDev => Loc.Localize("InstallerNoPluginsDev", "You don't have any dev plugins. Add them some the settings.");
public static string TabBody_NoPluginsDev => Loc.Localize("InstallerNoPluginsDev", "You don't have any dev plugins. Add them from the settings.");
#endregion