Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/CairnIOSCore/UI/StatusScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public struct StatusScreen: View {
private var reconcilingSubhead: AttributedString {
var s = AttributedString("reconciling ")
s.foregroundColor = t.textMuted
var device = AttributedString("iPhone 15 Pro")
var device = AttributedString("this device")
device.foregroundColor = t.textBody
var middle = AttributedString(" against ")
middle.foregroundColor = t.textMuted
Expand Down