diff --git a/themes/bootstrap3/templates/record/email.phtml b/themes/bootstrap3/templates/record/email.phtml
index 6a33ffbd5ab8e93aa3baff8c9e41c2a8f9e9367b..2c6ec9cf9be3db2a6285653af59fe2d503dc972b 100644
--- a/themes/bootstrap3/templates/record/email.phtml
+++ b/themes/bootstrap3/templates/record/email.phtml
@@ -54,7 +54,7 @@
   <?=$this->recaptcha()->html($this->useRecaptcha) ?>
   <div class="form-group">
     <div class="col-sm-9 col-sm-offset-3">
-      <input type="submit" class="btn btn-primary" name="submit" value="<?=$this->transEsc('Send Email')?>"/>
+      <input type="submit" class="btn btn-primary" name="submit" value="<?=$this->transEsc('Send')?>"/>
     </div>
   </div>
 </form>
diff --git a/themes/bootstrap3/templates/search/email.phtml b/themes/bootstrap3/templates/search/email.phtml
index ce06e8b4708f17162d28b81fc2f069ab9da7b4ce..6815dc22293fa387a2f4c6fb4e433c948737e295 100644
--- a/themes/bootstrap3/templates/search/email.phtml
+++ b/themes/bootstrap3/templates/search/email.phtml
@@ -31,7 +31,7 @@
   </div>
   <div class="form-group">
     <div class="col-sm-9 col-sm-offset-3">
-      <input class="btn btn-primary" type="submit" name="submit" value="<?=$this->transEsc('Send Email')?>"/>
+      <input class="btn btn-primary" type="submit" name="submit" value="<?=$this->transEsc('Send')?>"/>
     </div>
   </div>
 </form>