fix: reword honesty policy and replace profile with portfolio… (#37282)
This commit is contained in:
committed by
mrugesh
parent
228e73532d
commit
2425f705c2
@@ -54,12 +54,14 @@ function renderMessage(isSessionUser, username) {
|
||||
return isSessionUser ? (
|
||||
<Fragment>
|
||||
<FullWidthRow>
|
||||
<h2 className='text-center'>You have not made your profile public.</h2>
|
||||
<h2 className='text-center'>
|
||||
You have not made your portfolio public.
|
||||
</h2>
|
||||
</FullWidthRow>
|
||||
<FullWidthRow>
|
||||
<p className='alert alert-info'>
|
||||
You need to change your privacy setting in order for your profile to
|
||||
be seen by others. This is a preview of how your profile will look
|
||||
You need to change your privacy setting in order for your portfolio to
|
||||
be seen by others. This is a preview of how your portfolio will look
|
||||
when made public.
|
||||
</p>
|
||||
</FullWidthRow>
|
||||
@@ -69,13 +71,13 @@ function renderMessage(isSessionUser, username) {
|
||||
<Fragment>
|
||||
<FullWidthRow>
|
||||
<h2 className='text-center'>
|
||||
{username} has not made their profile public.
|
||||
{username} has not made their portfolio public.
|
||||
</h2>
|
||||
</FullWidthRow>
|
||||
<FullWidthRow>
|
||||
<p className='alert alert-info'>
|
||||
{username} needs to change their privacy setting in order for you to
|
||||
view their profile.
|
||||
view their portfolio.
|
||||
</p>
|
||||
</FullWidthRow>
|
||||
<Spacer />
|
||||
|
Reference in New Issue
Block a user