diff --git a/osu.Game/Screens/OnlinePlay/Playlists/PlaylistsRoomSettingsOverlay.cs b/osu.Game/Screens/OnlinePlay/Playlists/PlaylistsRoomSettingsOverlay.cs
index 7d96e5303c..dc773b7762 100644
--- a/osu.Game/Screens/OnlinePlay/Playlists/PlaylistsRoomSettingsOverlay.cs
+++ b/osu.Game/Screens/OnlinePlay/Playlists/PlaylistsRoomSettingsOverlay.cs
@@ -355,7 +355,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
 
                 if (text.StartsWith(not_found_prefix, StringComparison.Ordinal))
                 {
-                    ErrorText.Text = "One or more beatmap was not available online. Please remove or replaced the highlighted items.";
+                    ErrorText.Text = "One or more beatmaps were not available online. Please remove or replaced the highlighted items.";
 
                     int[] invalidBeatmapIDs = text
                                               .Substring(not_found_prefix.Length + 1)