File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/OPageColorContainer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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." ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments