Fix localization issues

This commit is contained in:
2023-02-19 01:58:43 -05:00
parent 795577a0a1
commit 1b27e9041f
38 changed files with 140 additions and 27721 deletions

View File

@@ -39,9 +39,9 @@ struct RelayDetailView: View {
Section(content: {
RelayPaidDetail(payments_url: nip11.payments_url)
}, header: {
Text("Paid Relay")
Text("Paid Relay", comment: "Section header that indicates the relay server requires payment.")
}, footer: {
Text("This is a paid relay, you must pay for posts to be accepted.")
Text("This is a paid relay, you must pay for posts to be accepted.", comment: "Footer description that explains that the relay server requires payment to post.")
})
}