diff --git a/src/main/resources/i18n/messages.properties b/src/main/resources/i18n/messages.properties index 465fbdd..4bb1f84 100644 --- a/src/main/resources/i18n/messages.properties +++ b/src/main/resources/i18n/messages.properties @@ -14,7 +14,7 @@ login.forgotPassword=Forgot Password login.registerAccount=Register Account login.technicalError=We encountered a technical error during login. This mostly occurs if you reloaded a page or sent a request twice. Please restart the login from the beginning. login.invalidFlow=Invalid login flow -consent.appRequest=This app would like to: +consent.appRequest=This app requests the following permissions of your FAF account: consent.termsOfService=Terms of Service consent.privacyStatement=Privacy Statement consent.authorize=Authorize @@ -31,7 +31,7 @@ oauth2.scope.offline.description=The client will receive a token that allows to oauth2.scope.public_profile=View profile oauth2.scope.public_profile.description=Sensitive data such as email will not be revealed. oauth2.scope.write_account_data=Edit account data -oauth2.scope.write_account_data.description=Such as change password or email +oauth2.scope.write_account_data.description=Such as change FAF account password or email oauth2.scope.edit_clan_data=Edit clan data oauth2.scope.edit_clan_data.description=Such as renaming or inviting players oauth2.scope.vote=Participate in FAF votes diff --git a/src/main/resources/i18n/messages_de.properties b/src/main/resources/i18n/messages_de.properties index 0a4818c..c347e64 100644 --- a/src/main/resources/i18n/messages_de.properties +++ b/src/main/resources/i18n/messages_de.properties @@ -10,7 +10,7 @@ login.loginAction=Einloggen login.forgotPassword=Passwort vergessen login.registerAccount=Konto registrieren login.technicalError=Beim Einloggen trat ein technischer Fehler auf. Dies passiert häufig wenn eine Seite neu geladen oder mehrfach abgesendet wurde. Bitte beginne den Login nochmal von vorne. -consent.appRequest=Diese Anwendung beantragt folgende Rechte: +consent.appRequest=Diese Anwendung beantragt folgende Rechte von ihrem FAF Account: consent.termsOfService=Nutzungsbedingungen consent.privacyStatement=Datenschutzerklärung consent.authorize=Authorisieren @@ -24,7 +24,7 @@ oauth2.scope.offline.description=Die Anwendung erhält einen Schlüssel, mit dem oauth2.scope.public_profile=Profil sehen oauth2.scope.public_profile.description=Sensible Daten wie Email werden nicht freigegeben. oauth2.scope.write_account_data=Konto-Daten ändern -oauth2.scope.write_account_data.description=u.a. Passwort oder Email ändern +oauth2.scope.write_account_data.description=u.a. FAF Konto Passwort oder Email ändern oauth2.scope.edit_clan_data=Clan-Daten ändern oauth2.scope.edit_clan_data.description=u.a. Namen ändern oder Spieler einladen oauth2.scope.vote=In FAF Umfragen abstimmen