Skip to content

Commit 059cb56

Browse files
committed
Nitpicky sign in vs. login.
1 parent 9e5b181 commit 059cb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/share/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default class ShareScreen extends React.Component {
6868
</View>
6969
:
7070
<View style={{ flex: 1, justifyContent: "center", alignItems: "center" }}>
71-
<Text style={{ color: App.theme_text_color(), fontSize: 17, textAlign: "center", marginBottom: 10}}>Please login, in the app, before using the Share Extension</Text>
71+
<Text style={{ color: App.theme_text_color(), fontSize: 17, textAlign: "center", marginBottom: 10}}>Using the Micro.blog app, please sign in before using the share extension.</Text>
7272
<Button title="Open App" onPress={Share.open_in_app} />
7373
</View>
7474
}

0 commit comments

Comments
 (0)