1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 14:10:33 +08:00

Use more correct localised string source for "sign out" text

This commit is contained in:
Dean Herbert
2023-06-28 12:11:40 +09:00
Unverified
parent bc26d52dbd
commit b3f2a3ccdf
+1 -1
View File
@@ -18,7 +18,7 @@ namespace osu.Game.Overlays.Login
[LocalisableDescription(typeof(LoginPanelStrings), nameof(LoginPanelStrings.AppearOffline))]
AppearOffline,
[LocalisableDescription(typeof(UserVerificationStrings), nameof(UserVerificationStrings.BoxInfoLogoutLink))]
[LocalisableDescription(typeof(LayoutStrings), nameof(LayoutStrings.PopupUserLinksLogout))]
SignOut,
}
}