Skip to content

Commit 37890fa

Browse files
authored
Localize navigation title for organizer's profile (#9)
1 parent 77672f4 commit 37890fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MyLibrary/Sources/trySwiftFeature/Profile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public struct ProfileView: View {
8686
.padding()
8787
.frame(maxWidth: 700)
8888
}
89-
.navigationTitle(store.organizer.name)
89+
.navigationTitle(Text(LocalizedStringKey(store.organizer.name), bundle: .module))
9090
}
9191
.sheet(item: $store.scope(state: \.destination?.safari, action: \.destination.safari)) { sheetStore in
9292
SafariViewRepresentation(url: sheetStore.url)

0 commit comments

Comments
 (0)