Skip to content

Commit

Permalink
More text updates for portfolio profile link UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jul 11, 2024
1 parent b7ebeb5 commit ce9fc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buddypress/groups/single/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<fieldset class="portfolio-profile-link-wrapper">
<legend><?php esc_html_e( 'Portfolio Link on my OpenLab Profile', 'ocommons-in-a-box' ); ?></legend>

<p><?php esc_html_e( 'You can choose to show a link to your Portfolio on your OpenLab Profile page by checking the box below. If your Display Name is different from your real name, but you want to use your real name on your Portfolio, you may wish to leave this unchecked.', 'commons-in-a-box' ); ?></p>
<p><?php esc_html_e( 'You can choose to show a link to your Portfolio on your Profile page by checking the box below.', 'commons-in-a-box' ); ?></p>

<input name="portfolio-profile-link" id="portfolio-profile-link-toggle" <?php checked( openlab_show_portfolio_link_on_user_profile( openlab_get_user_id_from_portfolio_group_id( bp_get_current_group_id() ) ) ); ?> type="checkbox" name="portfolio-profile-link-toggle" value="1" /> <label for="portfolio-profile-link-toggle"><?php esc_html_e( 'Show link to my Portfolio on my public Profile', 'commons-in-a-box' ); ?></label>

Expand Down

0 comments on commit ce9fc1b

Please sign in to comment.