mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 05:49:25 -04:00
fix: localization spelling issue for iOS platform
This commit is contained in:
parent
6bd468a64b
commit
e801098cdf
@ -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")!
|
||||
|
Loading…
x
Reference in New Issue
Block a user