diff --git src/includes/admin/tools.php src/includes/admin/tools.php
index 5190542..75d3931 100644
--- src/includes/admin/tools.php
+++ src/includes/admin/tools.php
@@ -2214,7 +2214,7 @@ function bbp_admin_reset_handler() {
 
 	// Stores messages
 	$messages = array();
-	$failed   = __( 'Failed',   'bbpress' );
+	$failed   = __( 'Failed!',  'bbpress' );
 	$success  = __( 'Success!', 'bbpress' );
 
 	// Flush the cache; things are about to get ugly.
diff --git src/templates/default/bbpress/loop-search-forum.php src/templates/default/bbpress/loop-search-forum.php
index 668dad9..3b71485 100644
--- src/templates/default/bbpress/loop-search-forum.php
+++ src/templates/default/bbpress/loop-search-forum.php
@@ -19,7 +19,7 @@
 
 		<?php do_action( 'bbp_theme_before_forum_title' ); ?>
 
-		<h3><?php esc_html_e( 'Forum: ', 'bbpress' ); ?><a href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a></h3>
+		<h3><?php esc_html_e( 'Forum:', 'bbpress' ); ?> <a href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a></h3>
 
 		<?php do_action( 'bbp_theme_after_forum_title' ); ?>
 
diff --git src/templates/default/bbpress/loop-search-topic.php src/templates/default/bbpress/loop-search-topic.php
index 05bc4c5..00b121d 100644
--- src/templates/default/bbpress/loop-search-topic.php
+++ src/templates/default/bbpress/loop-search-topic.php
@@ -19,7 +19,7 @@
 
 		<?php do_action( 'bbp_theme_before_topic_title' ); ?>
 
-		<h3><?php esc_html_e( 'Topic: ', 'bbpress' ); ?>
+		<h3><?php esc_html_e( 'Topic:', 'bbpress' ); ?> 
 		<a href="<?php bbp_topic_permalink(); ?>"><?php bbp_topic_title(); ?></a></h3>
 
 		<div class="bbp-topic-title-meta">
