Use Text(verbatim:) to indicate non-translatable strings
This commit is contained in:
@@ -19,7 +19,7 @@ struct RelayPaidDetail: View {
|
||||
Button(action: {
|
||||
openURL(url)
|
||||
}, label: {
|
||||
Text(String("\(url)"))
|
||||
Text(verbatim: "\(url)")
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user