Skip to content

Commit 7612455

Browse files
authored
Merge pull request #57 from cacheung/edgeIdentity
Fix a typo in sample app
2 parents 37e8165 + b811484 commit 7612455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/AEPSampleApp/extensions/Identity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default Identity = ({ navigation }) => {
2424
<View style={styles.container}>
2525
<ScrollView contentContainerStyle={{ marginTop: 75 }}>
2626
<Button onPress={() => navigation.goBack()} title="Go to main page" />
27-
<Text style={styles.welcome}>UserProfile</Text>
27+
<Text style={styles.welcome}>Identity</Text>
2828
<Button title="extensionVersion()" onPress={identityExtensionVersion}/>
2929
<Button title="syncIdentifiers()" onPress={syncIdentifiers}/>
3030
<Button title="syncIdentifiersWithAuthState()" onPress={syncIdentifiersWithAuthState}/>

0 commit comments

Comments
 (0)