summaryrefslogtreecommitdiff
path: root/Hutch/Views
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views')
-rw-r--r--Hutch/Views/More/AccountSwitcherView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/More/AccountSwitcherView.swift b/Hutch/Views/More/AccountSwitcherView.swift
index 6fe3c28..aefcc82 100644
--- a/Hutch/Views/More/AccountSwitcherView.swift
+++ b/Hutch/Views/More/AccountSwitcherView.swift
@@ -18,7 +18,7 @@ struct AccountSwitcherView: View {
switchTo(account)
} label: {
HStack {
- Text(account.username)
+ Text("~\(account.username)")
.foregroundStyle(.primary)
Spacer()
if account.id == appState.activeAccountID {