Skip to content

Commit

Permalink
Fixes #26 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrichardrichter authored May 17, 2022
1 parent 3cc26fb commit e707df2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions BA-Schedule/Resources/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"GENERAL.UNKNOWN" = "Unbekannt";
"GENERAL.COMINGSOON" = "Bald verfügbar";
"GENERAL.BETA" = "Beta";
"GENERAL.CONTINUE" = "Fortfahren";
"GENERAL.TRYAGAIN" = "Erneut versuchen";
"GENERAL.NOCONNECTION.TITLE" = "Keine Netzwerkverbindung";
"GENERAL.NOCONNECTION.MESSAGE" = "Bitte überprüfe deine Netzwerkverbindung und versuche es später erneut.";
3 changes: 2 additions & 1 deletion BA-Schedule/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ONBOARDING.LOGIN.HASH" = "Authentication hash";
"ONBOARDING.LOGIN.BUTTON" = "Sign in";
"LOGIN_ERROR_TITLE" = "An error occurred while signing in";
"FEATURE_1_TITLE" = "Übersichtliche Darstellung";
"FEATURE_1_TITLE" = "Clear visualization";
"FEATURE_1_DESCR" = "Your schedule is easy, neat and available on the go.";
"FEATURE_2_TITLE" = "Focused on privacy";
"FEATURE_2_DESCR" = "The app was developed with privacy in mind.";
Expand All @@ -48,5 +48,6 @@
"GENERAL.COMINGSOON" = "Coming soon";
"GENERAL.BETA" = "Beta";
"GENERAL.TRYAGAIN" = "Try again";
"GENERAL.CONTINUE" = "Continue";
"GENERAL.NOCONNECTION.TITLE" = "No network connection";
"GENERAL.NOCONNECTION.MESSAGE" = "Please check your network connection and try again later.";
2 changes: 1 addition & 1 deletion BA-Schedule/Sources/Views/Onboarding/OnboardingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct OnboardingView: View {
HStack {
Spacer()

Text("Fortfahren")
Text("GENERAL.CONTINUE")
.font(.headline)
.foregroundColor(.white)

Expand Down

0 comments on commit e707df2

Please sign in to comment.