Skip to content

Commit fe532d8

Browse files
committed
fix: new slogan
1 parent da2a531 commit fe532d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mobile/components/OPageColorContainer/OPageColorContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const OPageColorContainer = (props: IOPageColorContainerProps) => {
7575
>
7676
<OSafeAreaContainer containerStyle={styles.content}>
7777
<OShowcase
78-
subtitle={i18n.t(TR.stopSwipingMeetIrl)}
78+
subtitle={i18n.t(TR.likeOldDays)}
7979
containerStyle={styles.showCaseStyle}
8080
/>
8181
{isLoading ? <LoadingScreen /> : children}

mobile/localization/de.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const de: Language = {
1010
contactSupport: "Funktioniert etwas nicht?",
1111
gettingReadyToAmazeYou: "Bereit, dich zu beeindrucken..",
1212
connectInRealLife: "Connect in real life.",
13-
stopSwipingMeetIrl: "Stop Swiping. Meet IRL.",
13+
likeOldDays: "So wie früher.",
1414
verificationCodeResend: "Neuer Code",
1515
verificationCodeInvalid: "Ungültiger Verifizierungscode",
1616
invalidEmailOrExists: "Email ungültig oder existiert bereits.",

mobile/localization/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const en = {
1010
contactSupport: "Something not working?",
1111
gettingReadyToAmazeYou: "Getting ready to amaze you..",
1212
connectInRealLife: "Connect in real life.",
13-
stopSwipingMeetIrl: "Stop Swiping. Meet IRL.",
13+
likeOldDays: "Like the old days.",
1414
termsDisclaimer: {
1515
p1: "By tapping 'Create account' or 'Sign in', you agree to our ",
1616
terms: "Terms",

0 commit comments

Comments
 (0)