diff --git a/app.json b/app.json index e9260b5..9157cbe 100755 --- a/app.json +++ b/app.json @@ -14,7 +14,7 @@ }, "assetBundlePatterns": ["**/*"], "ios": { - "buildNumber": "3", + "buildNumber": "4", "supportsTablet": false, "jsEngine": "jsc", "bundleIdentifier": "app.ladefuchs.Ladefuchs", diff --git a/screens/onboardingView.tsx b/screens/onboardingView.tsx index fd7fa95..405a247 100644 --- a/screens/onboardingView.tsx +++ b/screens/onboardingView.tsx @@ -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, }), { @@ -85,7 +85,7 @@ export function OnboardingView({ navigation }: any): JSX.Element { - {i18n.t("onboardingStep6Description")} + {i18n.t("onboardingAllSet")} ), diff --git a/translations/de.ts b/translations/de.ts index f90b433..ef10eef 100644 --- a/translations/de.ts +++ b/translations/de.ts @@ -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", diff --git a/translations/en.ts b/translations/en.ts index 4fffd90..35147fa 100644 --- a/translations/en.ts +++ b/translations/en.ts @@ -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",