Skip to content

Commit

Permalink
Merge pull request #4421 from buddyboss/PROD-7464
Browse files Browse the repository at this point in the history
PROD-7464 - Return + Shift for messaging doesn't actually work.
  • Loading branch information
KartikSuthar authored Jun 25, 2024
2 parents 425bd6d + ff8b731 commit 7cc066a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class="send-to-input"
<?php
if ( 'mac' === $os ) {
?>
<p class="bp-message-content_foot_note"><span class="space_note"><strong><?php esc_html_e( 'Return', 'buddyboss' ); ?></strong><?php esc_html_e( ' to Send', 'buddyboss' ); ?></span><strong><?php esc_html_e( 'Return+Shift', 'buddyboss' ); ?> </strong> <?php esc_html_e( 'to add a new line', 'buddyboss' ); ?></p>
<p class="bp-message-content_foot_note"><span class="space_note"><strong><?php esc_html_e( 'Return', 'buddyboss' ); ?></strong><?php esc_html_e( ' to Send', 'buddyboss' ); ?></span><strong><?php esc_html_e( 'Shift+Return', 'buddyboss' ); ?> </strong> <?php esc_html_e( 'to add a new line', 'buddyboss' ); ?></p>
<?php
} elseif ( 'window' === $os ) {
?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<?php
if ( 'mac' === $os ) {
?>
<p class="bp-message-content_foot_note"><span class="space_note"><strong><?php esc_html_e( 'Return', 'buddyboss' ); ?></strong><?php esc_html_e( ' to Send', 'buddyboss' ); ?></span><strong><?php esc_html_e( 'Return+Shift', 'buddyboss' ); ?> </strong> <?php esc_html_e( 'to add a new line', 'buddyboss' ); ?></p>
<p class="bp-message-content_foot_note"><span class="space_note"><strong><?php esc_html_e( 'Return', 'buddyboss' ); ?></strong><?php esc_html_e( ' to Send', 'buddyboss' ); ?></span><strong><?php esc_html_e( 'Shift+Return', 'buddyboss' ); ?> </strong> <?php esc_html_e( 'to add a new line', 'buddyboss' ); ?></p>
<?php
} elseif ( 'window' === $os ) {
?>
Expand Down
4 changes: 2 additions & 2 deletions src/languages/buddyboss.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: BuddyBoss Platform 2.6.30\n"
"Report-Msgid-Bugs-To: https://www.buddyboss.com/contact/\n"
"POT-Creation-Date: 2024-06-25 05:17:23+00:00\n"
"POT-Creation-Date: 2024-06-25 05:19:15+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -30074,7 +30074,7 @@ msgstr ""

#: bp-templates/bp-nouveau/buddypress/common/js-templates/messages/parts/bp-messages-form.php:58
#: bp-templates/bp-nouveau/buddypress/common/js-templates/messages/parts/bp-messages-single.php:55
msgid "Return+Shift"
msgid "Shift+Return"
msgstr ""

#: bp-templates/bp-nouveau/buddypress/common/js-templates/messages/parts/bp-messages-form.php:58
Expand Down

0 comments on commit 7cc066a

Please sign in to comment.