diff --git a/src/Localization/en_US.xaml b/src/Localization/en_US.xaml
index 37b8523..781e3a7 100644
--- a/src/Localization/en_US.xaml
+++ b/src/Localization/en_US.xaml
@@ -174,7 +174,7 @@
Following games require direct installation via {0}: {1}.
Install prerequisites ({0})
{1} requires installation of {0}. It's recommended to go to Plugin settings => Additional services => {0} => Activate games, and then install it directly via {0}.
- Following games require installation of {0}: {1}. It's recommended to go to Plugin settings => Additional services => {0} => Activate games, and then install it directly via {0}.
+ Following games require installation of {0}: {1}. It's recommended to go to Plugin settings => Additional services => {0} => Activate games, and then install them directly via {0}.
Installing prerequisites ({0})...
Games
\ No newline at end of file
diff --git a/src/LocalizationKeys.cs b/src/LocalizationKeys.cs
index 39058ca..cc5e70c 100644
--- a/src/LocalizationKeys.cs
+++ b/src/LocalizationKeys.cs
@@ -926,7 +926,7 @@ public static class LOC
///
public const string LegendaryRequiredInstallOfThirdPartyLauncher = "LOCLegendaryRequiredInstallOfThirdPartyLauncher";
///
- /// Following games require installation of {0}: {1}. It's recommended to go to Plugin settings => Additional services => {0} => Activate games, and then install it directly via {0}.
+ /// Following games require installation of {0}: {1}. It's recommended to go to Plugin settings => Additional services => {0} => Activate games, and then install them directly via {0}.
///
public const string LegendaryRequiredInstallOfThirdPartyLauncherOther = "LOCLegendaryRequiredInstallOfThirdPartyLauncherOther";
///