mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
fxied trackers text
This commit is contained in:
parent
3d4c500a15
commit
951bdab694
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue