diff --git a/languages/en.ini b/languages/en.ini
index 372884dcad9872b64d1c913b7cdde74759954a8b..92b20ebb66b4ec11a32439a2fe41f1f12722acf3 100644
--- a/languages/en.ini
+++ b/languages/en.ini
@@ -699,7 +699,6 @@ recaptcha_refresh_btn         = "Get a new challenge"
 recaptcha_visual_challenge    = "Get a visual challenge"
 Record Citations = "Record Citations"
 Record Count = "Record Count"
-Recover Account = "Recover Account"
 recovery_by_email = "Recover by email"
 recovery_by_username = "Recover by username"
 recovery_disabled = "Password recovery not enabled"
@@ -795,7 +794,6 @@ Similar Items = "Similar Items"
 skip_confirm = "Are you sure you want to skip this step?"
 skip_fix_metadata = "Do not fix the metadata at this time."
 skip_step = "Skip this step"
-Skip to content = "Skip to content"
 Slide = Slide
 sms_failure = "Error!  Could not send message."
 sms_phone_number = "10-Digit Phone Number"
diff --git a/themes/jquerymobile/templates/Auth/Database/recovery.phtml b/themes/jquerymobile/templates/Auth/Database/recovery.phtml
index ec53cae7c0aeecf12e98c970ed0641d3b5218ce0..32cd79483b0b0b8d5d355d83d124c27436f9a6cb 100644
--- a/themes/jquerymobile/templates/Auth/Database/recovery.phtml
+++ b/themes/jquerymobile/templates/Auth/Database/recovery.phtml
@@ -8,4 +8,4 @@
   <input type="email" id="email" name="email" style="margin-top:.5em;height:28px"/>
 </div>
 <?=$this->recaptcha()->html($this->useRecaptcha) ?>
-<input type="submit" name="submit" value="<?=$this->transEsc('Recover Account') ?>"/>
\ No newline at end of file
+<input type="submit" name="submit" value="<?=$this->transEsc('Submit') ?>"/>
\ No newline at end of file