diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-02-18 20:09:05 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-02-18 20:09:05 -0600 |
commit | 203471d59b06f0dd49fdcd95350601f7068b3dab (patch) | |
tree | 360b14e79f7f2551e495db8599568bcc81d19e2e | |
parent | 7713da08539c360f65bdf9962726e162e1e01b0c (diff) | |
download | etbsa-trackermap-mobile-ios_app.tar.gz etbsa-trackermap-mobile-ios_app.tar.bz2 etbsa-trackermap-mobile-ios_app.zip |
Switched app-website from HTTPS to HTTPios_app
-rw-r--r-- | iosApp/iosApp/en.lproj/Localizable.strings | 2 | ||||
-rw-r--r-- | iosApp/iosApp/es-419.lproj/Localizable.strings | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/iosApp/iosApp/en.lproj/Localizable.strings b/iosApp/iosApp/en.lproj/Localizable.strings index ae8a3b2..97070ed 100644 --- a/iosApp/iosApp/en.lproj/Localizable.strings +++ b/iosApp/iosApp/en.lproj/Localizable.strings @@ -17,7 +17,7 @@ */ "app-name" = "ETBSA"; "app-server-url" = "https://etbsa.net/api"; -"app-website" = "https://etbsa.com.mx/"; +"app-website" = "http://etbsa.com.mx/"; "app-source-code" = "https://git.sr.ht/~avalos/trackermap-mobile"; "loading" = "Loading"; diff --git a/iosApp/iosApp/es-419.lproj/Localizable.strings b/iosApp/iosApp/es-419.lproj/Localizable.strings index 0eebe07..a91787a 100644 --- a/iosApp/iosApp/es-419.lproj/Localizable.strings +++ b/iosApp/iosApp/es-419.lproj/Localizable.strings @@ -17,7 +17,7 @@ */ "app-name" = "ETBSA"; "app-server-url" = "https://etbsa.net/api"; -"app-website" = "https://etbsa.com.mx/"; +"app-website" = "http://etbsa.com.mx/"; "app-source-code" = "https://git.sr.ht/~avalos/trackermap-mobile"; "loading" = "Cargando"; |