fxied trackers text

This commit is contained in:
cranci1 2025-06-14 17:12:10 +02:00
parent 3d4c500a15
commit 951bdab694

View file

@ -147,7 +147,7 @@ struct SettingsViewTrackers: View {
.frame(height: 18)
} else if isAnilistLoggedIn {
HStack(spacing: 0) {
Text(NSLocalizedString("Logged in as", comment: ""))
Text(NSLocalizedString("Logged in as ", comment: ""))
.font(.footnote)
.foregroundStyle(.gray)
Text(anilistUsername)
@ -240,7 +240,7 @@ struct SettingsViewTrackers: View {
.frame(height: 18)
} else if isTraktLoggedIn {
HStack(spacing: 0) {
Text(NSLocalizedString("Logged in as", comment: ""))
Text(NSLocalizedString("Logged in as ", comment: ""))
.font(.footnote)
.foregroundStyle(.gray)
Text(traktUsername)