We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77672f4 commit 37890faCopy full SHA for 37890fa
MyLibrary/Sources/trySwiftFeature/Profile.swift
@@ -86,7 +86,7 @@ public struct ProfileView: View {
86
.padding()
87
.frame(maxWidth: 700)
88
}
89
- .navigationTitle(store.organizer.name)
+ .navigationTitle(Text(LocalizedStringKey(store.organizer.name), bundle: .module))
90
91
.sheet(item: $store.scope(state: \.destination?.safari, action: \.destination.safari)) { sheetStore in
92
SafariViewRepresentation(url: sheetStore.url)
0 commit comments