Skip to content

Commit

Permalink
chore: add autosph disclaimer to auto sign in dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
koenidv committed Oct 6, 2023
1 parent d1db546 commit 8b8f972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<string name="menu_option_theme_light">Hell</string>
<string name="menu_open_sph">Schulportal öffnen</string>
<string name="menu_open_sph_warning_title">Automatisch anmelden?</string>
<string name="menu_open_sph_warning_description">Dein Netzanbieter oder Angreifer könnten deine Zugangsdaten sehen, wenn du dich automatisch anmeldest.</string>
<string name="menu_open_sph_warning_description">Dein Netzanbieter oder Angreifer könnten deine Zugangsdaten sehen, wenn du dich automatisch anmeldest.\nDiese Funktion nutzt Florians AutoSPH-Dienst.</string>
<string name="menu_open_sph_warning_no">Manuell anmelden</string>
<string name="menu_open_sph_warning_yes">Automatisch fortfahren</string>
<string name="info_last_refresh">Meine Kurse: %courses\nVertretungen: %changes\nLetzte Änderung: %changeTimestamp\nIndiziert: %indexed</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
<string name="menu_option_autosph">Auto-Login for external links</string>
<string name="menu_open_sph">Open SPH</string>
<string name="menu_open_sph_warning_title">Log in automatically?</string>
<string name="menu_open_sph_warning_description">Your service provider or attackers might be able to see your credentials if you log in automatically.</string>
<string name="menu_open_sph_warning_description">Your service provider or attackers might be able to see your credentials if you log in automatically.This feature uses Florian\'s AutoSPH service.</string>
<string name="menu_open_sph_warning_no">Log in manually</string>
<string name="menu_open_sph_warning_yes">Continue automatically</string>
<string name="info_last_refresh">My Courses: %courses Changes: %changes Newest changes: %changeTimestamp Indexed: %indexed</string>
Expand Down

0 comments on commit 8b8f972

Please sign in to comment.