Skip to content

Commit

Permalink
Merge pull request #27472 from frenzibyte/fix-translation
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Mar 2, 2024
2 parents 45bfdb4 + 85f131d commit e1744df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Localisation/ModSelectOverlayStrings.cs
Expand Up @@ -67,7 +67,7 @@ public static class ModSelectOverlayStrings
/// <summary>
/// "Performance points will not be granted due to active mods."
/// </summary>
public static LocalisableString UnrankedExplanation => new TranslatableString(getKey(@"ranked_explanation"), @"Performance points will not be granted due to active mods.");
public static LocalisableString UnrankedExplanation => new TranslatableString(getKey(@"unranked_explanation"), @"Performance points will not be granted due to active mods.");

private static string getKey(string key) => $@"{prefix}:{key}";
}
Expand Down

0 comments on commit e1744df

Please sign in to comment.