diff --git a/apple/OmnivoreKit/Sources/App/Views/Highlights/HighlightsListCard.swift b/apple/OmnivoreKit/Sources/App/Views/Highlights/HighlightsListCard.swift index 2bfb14380..a7f218b42 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Highlights/HighlightsListCard.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Highlights/HighlightsListCard.swift @@ -49,7 +49,7 @@ struct HighlightsListCard: View { let isEmpty = highlightParams.annotation.isEmpty Spacer(minLength: 6) - Text(isEmpty ? "Add Notes" : highlightParams.annotation) + Text(isEmpty ? "Add Notes..." : highlightParams.annotation) .lineSpacing(6) .accentColor(.appGraySolid) .foregroundColor(isEmpty ? .appGrayText : .appGrayTextContrast)