Fix localization bug on RelayFilterView

This commit is contained in:
2023-02-27 07:46:39 +13:00
parent 2b854ef9b7
commit 6918fb46cf
3 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ struct RelayFilterView: View {
}
var body: some View {
Text("To filter your \(timeline.rawValue) feed, please choose applicable relays from the list below:", comment: "Instructions on how to filter a specific timeline feed by choosing relay servers to filter on.")
Text("Please choose relays from the list below to filter the current feed:", comment: "Instructions on how to filter a specific timeline feed by choosing relay servers to filter on.")
.padding()
.padding(.top, 20)
.padding(.bottom, 0)