diff --git a/damus/Views/SearchResultsView.swift b/damus/Views/SearchResultsView.swift index b945d3ae..b496ae13 100644 --- a/damus/Views/SearchResultsView.swift +++ b/damus/Views/SearchResultsView.swift @@ -70,7 +70,7 @@ struct InnerSearchResults: View { func TextSearch(_ txt: String) -> some View { return NavigationLink(value: Route.NDBSearch(results: $results)) { HStack { - Text("\(txt)", comment: "Navigation link to search text.") + Text(txt) } .padding(.horizontal, 15) .padding(.vertical, 5) diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff index eb1752d8..fde6bd62 100644 --- a/damus/en-US.xcloc/Localized Contents/en-US.xliff +++ b/damus/en-US.xcloc/Localized Contents/en-US.xliff @@ -2,7 +2,7 @@
- +
@@ -44,7 +44,7 @@
- +
@@ -909,6 +909,11 @@ Section header for first aid tools and settings Follow Button to follow a user. + + Follow %@ on Nostr + Follow %@ on Nostr + Text on QR code view to prompt viewer looking at screen to follow the user. + Follow All Follow All @@ -1489,8 +1494,7 @@ Text to indicate that what is being shown is a note which has been muted. Notes Notes A label indicating that the notes being displayed below it are from a timeline, not search results -Label for filter for seeing only notes (instead of notes and replies). -Navigation link to search text. +Label for filter for seeing only notes (instead of notes and replies). Notes & Replies @@ -2966,7 +2970,7 @@ String indicating that a given timestamp just occurred
- +
@@ -3348,7 +3352,7 @@ String indicating that a given timestamp just occurred
- +
@@ -3370,7 +3374,7 @@ String indicating that a given timestamp just occurred
- +
diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings index 8c000631..63628721 100644 Binary files a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings and b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings differ diff --git a/damus/en-US.xcloc/contents.json b/damus/en-US.xcloc/contents.json index 6fd3366f..47074d8f 100644 --- a/damus/en-US.xcloc/contents.json +++ b/damus/en-US.xcloc/contents.json @@ -3,10 +3,10 @@ "project" : "damus.xcodeproj", "targetLocale" : "en-US", "toolInfo" : { - "toolBuildNumber" : "16A242d", + "toolBuildNumber" : "16B40", "toolID" : "com.apple.dt.xcode", "toolName" : "Xcode", - "toolVersion" : "16.0" + "toolVersion" : "16.1" }, "version" : "1.0" } \ No newline at end of file