Wrap non-translatable strings so that they do not get exported
This commit is contained in:
@@ -19,7 +19,7 @@ struct RelayPaidDetail: View {
|
||||
Button(action: {
|
||||
openURL(url)
|
||||
}, label: {
|
||||
Text("\(url)")
|
||||
Text(String("\(url)"))
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user