Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions courier/unapproved/ProfileSubmitted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function ({ navigation }: Props) {
<View style={{ justifyContent: 'center', alignItems: 'center' }}>
<IconMotocycleBeta />
<Text style={{ ...texts.x2l, marginTop: 32 }}>
{t('Cadastro enviado para o\n período de testes!')}
{t('Cadastro enviado...')}
</Text>
</View>
<View style={{ marginTop: 24, marginBottom: padding }}>
Expand Down Expand Up @@ -158,13 +158,6 @@ export default function ({ navigation }: Props) {
</PaddedView>
<View>
<HR color={colors.grey500} />
<ConfigItem
title={t('Sobre o período de testes')}
subtitle={t('Saiba como acontecerão os testes')}
onPress={() => {
navigation.navigate('AboutTests');
}}
/>
<ConfigItem
title={t('Autonomia e preço justo')}
subtitle={t('Veja como você define o preço')}
Expand Down