fix: localization spelling issue for iOS platform

This commit is contained in:
tvision251 2023-11-22 14:56:08 -05:00
parent 6bd468a64b
commit e801098cdf

View File

@ -200,7 +200,7 @@ struct Settings: View {
}
var miscellaneous: some View {
Section("Misc".lowercased) {
Section("Misc".localized) {
Button("Feedback".localized) { UIApplication.shared.open(URL(string: "mailto:feedback@kiwix.org")!) }
Button("Rate the App".localized) {
let url = URL(string: "itms-apps://itunes.apple.com/us/app/kiwix/id997079563?action=write-review")!