mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Use more correct localised string source for "sign out" text
This commit is contained in:
parent
bc26d52dbd
commit
b3f2a3ccdf
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user