diff --git a/wordpress.org/public_html/wp-content/plugins/wporg-bbp-term-subscription/inc/class-plugin.php b/wordpress.org/public_html/wp-content/plugins/wporg-bbp-term-subscription/inc/class-plugin.php
index e244be2bb..9c50d4da3 100644
a
|
b
|
class Plugin { |
94 | 94 | |
95 | 95 | if ( $is_subscribed ) { |
96 | 96 | $message = sprintf( |
97 | | __( 'You are subscribed to this forum, and will recieve emails for future topic activity. <a href="%1$s">Unsubscribe from %2$s</a>', 'wporg-forums' ), |
| 97 | __( 'You are subscribed to this forum, and will receive emails for future topic activity. <a href="%1$s">Unsubscribe from %2$s</a>', 'wporg-forums' ), |
98 | 98 | self::get_subscription_url( get_current_user_id(), $term->term_id, $this->taxonomy ), |
99 | 99 | esc_html( $term_name ) |
100 | 100 | ); |