Skip to content

Commit

Permalink
Text changes for 'Portfolio Link on my Profile' interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jul 10, 2024
1 parent cf3c752 commit 72cca86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/group-funcs.php
Original file line number Diff line number Diff line change
Expand Up @@ -580,11 +580,11 @@ function openlab_group_site_privacy_settings_markup() {

<?php if ( bp_is_group_create() && cboxol_is_portfolio() ) : ?>
<div class="panel panel-default">
<div class="panel-heading semibold"><?php esc_html_e( 'Portfolio Link on my OpenLab Profile', 'commons-in-a-box' ); ?></div>
<div class="panel-heading semibold"><?php esc_html_e( 'Portfolio Link on my Profile', 'commons-in-a-box' ); ?></div>
<div class="panel-body">
<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. 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>

<input name="portfolio-profile-link" id="portfolio-profile-link-toggle" 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 OpenLab Profile', 'commons-in-a-box' ); ?></label>
<input name="portfolio-profile-link" id="portfolio-profile-link-toggle" 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>
</div>

<?php wp_nonce_field( 'openlab_portfolio_profile_link', 'openlab-portfolio-profile-link-nonce', false ); ?>
Expand Down

0 comments on commit 72cca86

Please sign in to comment.