diff --git a/src/config.json b/src/config.json index 6b97645e7..99c9ee8f7 100644 --- a/src/config.json +++ b/src/config.json @@ -80,7 +80,7 @@ "multisitesdisplay": "", "skipssoconfirmation": false, "forcedefaultlanguage": false, - "privacypolicy": "https:\/\/moodle.org\/mod\/page\/view.php?id=8148", + "privacypolicy": "https:\/\/moodle.net\/moodle-app-privacy\/", "notificoncolor": "#f98012", "statusbarbg": false, "statusbarlighttext": false, diff --git a/src/core/settings/pages/about/about.html b/src/core/settings/pages/about/about.html index b701e0934..17be0839d 100644 --- a/src/core/settings/pages/about/about.html +++ b/src/core/settings/pages/about/about.html @@ -17,6 +17,6 @@ -

{{ 'core.settings.deviceinfo' | translate }}

+ {{ 'core.settings.deviceinfo' | translate }}
diff --git a/src/core/settings/pages/deviceinfo/deviceinfo.html b/src/core/settings/pages/deviceinfo/deviceinfo.html index 3dc0d042b..042b7a00c 100644 --- a/src/core/settings/pages/deviceinfo/deviceinfo.html +++ b/src/core/settings/pages/deviceinfo/deviceinfo.html @@ -49,9 +49,9 @@

{{ 'core.settings.displayformat' | translate}}

{{ 'core.' + deviceInfo.deviceType | translate }}

- +

{{ 'core.settings.deviceos' | translate}}

-

{{ deviceInfo.deviceOsTranslated }}

+

{{ deviceOsTranslated }}

{{ 'core.settings.screen' | translate}}

diff --git a/src/core/settings/pages/licenses/licenses.html b/src/core/settings/pages/licenses/licenses.html index b1a786226..abbbeee99 100644 --- a/src/core/settings/pages/licenses/licenses.html +++ b/src/core/settings/pages/licenses/licenses.html @@ -19,7 +19,7 @@

{{ 'core.settings.license' | translate }}{{ 'core.labelsep' | translate }} {{ license.licenses }}

{{ license.url }}

{{ license.email }}

- {{ 'core.view' | translate }} + {{ 'core.view' | translate }}