Revert localisation of spectate/watch button

This commit is contained in:
Dean Herbert 2022-04-21 14:09:51 +09:00
parent 0146949ad6
commit 9f525ee267

View File

@ -139,7 +139,7 @@ namespace osu.Game.Overlays.Dashboard
new PurpleTriangleButton
{
RelativeSizeAxes = Axes.X,
Text = CommonStrings.ButtonsWatchTo1,
Text = "Spectate",
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Action = () => performer?.PerformFromScreen(s => s.Push(new SoloSpectator(User))),