Fix localization issues and export strings for translation
This commit is contained in:
@@ -35,7 +35,7 @@ struct SearchHeaderView: View {
|
||||
}
|
||||
|
||||
var SearchText: Text {
|
||||
Text(described.description)
|
||||
Text(verbatim: described.description)
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
|
||||
Reference in New Issue
Block a user