use "say hello" in newskie dialog

This commit is contained in:
Hailey
2024-06-11 14:44:58 -07:00
parent 1371075dc3
commit d9a286cfc8
+1 -1
View File
@@ -45,7 +45,7 @@ export function NewskieDialog({
<Dialog.ScrollableInner label={_(msg`New user info dialog`)}>
<View style={[a.gap_md, isNative && {marginBottom: 40}]}>
<Text style={[a.font_bold, a.text_xl]}>
<Trans>{profileName} is new here!</Trans>
<Trans>Say hello!</Trans>
</Text>
<Text style={[a.text_md]}>
{AppBskyGraphStarterpack.isRecord(joinedVia?.record) &&