Skip to content

Commit

Permalink
hotfix onboarding text
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Wrege committed Oct 14, 2024
1 parent fda6381 commit d2a2af9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"assetBundlePatterns": ["**/*"],
"ios": {
"buildNumber": "3",
"buildNumber": "4",
"supportsTablet": false,
"jsEngine": "jsc",
"bundleIdentifier": "app.ladefuchs.Ladefuchs",
Expand Down
4 changes: 2 additions & 2 deletions screens/onboardingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function OnboardingView({ navigation }: any): JSX.Element {
generatePage({
imageSource: require("@assets/onBoarding/onboardingStep5.png"),
overlayStyle: styles.overlaySubtitle5,
descriptionKey: "onboardingStep3Description",
descriptionKey: "onboardingStep5Description",
page: 6,
}),
{
Expand All @@ -85,7 +85,7 @@ export function OnboardingView({ navigation }: any): JSX.Element {
<View>
<AppLogo size={160} />
<Text style={styles.onboardingFinalDescription}>
{i18n.t("onboardingStep6Description")}
{i18n.t("onboardingAllSet")}
</Text>
</View>
),
Expand Down
5 changes: 2 additions & 3 deletions translations/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ const de = {
"Hier kannst du deine persönlichen Ladetarife und weitere Ladesäulen-Betreiber hinzufügen.",
onboardingStep4Description:
"Bei den Ladesäulen siehst du alle Anbieter und hast die Möglichkeit, diese nach deinen Wünschen zu konfigurieren.",
onboardingStep8Description:
onboardingStep5Description:
"Such dir die passenden Tarife heraus und markier sie als ⭐️ Favoriten.",
onboardingStep5Description: "Onboarding später nochmal wiederholen",
onboardingStep6Description: "Alles erledigt!",
onboardingAllSet: "Alles erledigt!",
onboardingLetsGo: "Los Gehts!",
tariffFilter: "Filter",
favoriten: "Favoriten",
Expand Down
7 changes: 3 additions & 4 deletions translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ const en = {
onboardingStep3Description:
"Here you can add your personal charging tariffs and other charging station operators.",
onboardingStep4Description:
"Bei den Ladesäulen siehst du alle Anbieter und hast die Möglichkeit, diese nach deinen Wünschen zu konfigurieren.",
onboardingStep8Description:
"With the charging stations you can see all providers and have the option of configuring them according to your wishes.",
onboardingStep5Description:
"Find the right rates for you and mark them as ⭐️ favorites.",
onboardingStep5Description: "Repeat onboarding",
onboardingStep6Description: "All set!",
onboardingAllSet: "All set!",
onboardingLetsGo: "Let's go!",
tariffFilter: "Filter",
favoriten: "Favorites",
Expand Down

0 comments on commit d2a2af9

Please sign in to comment.