Skip to content

Commit

Permalink
Replace add portfolio for add portfolio item
Browse files Browse the repository at this point in the history
  • Loading branch information
oskosk committed Dec 11, 2018
1 parent 203c299 commit a23ea93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _inc/client/writing/custom-content-types.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class CustomContentTypes extends React.Component {
className="jp-settings-card__configure-link"
href={ `${ this.props.siteAdminUrl }post-new.php?post_type=jetpack-portfolio` }
>
{ __( 'Add a portfolio' ) }
{ __( 'Add a portfolio item' ) }
</CompactCard>
) }
</SettingsCard>
Expand Down

0 comments on commit a23ea93

Please sign in to comment.