diff --git a/application/views/scripts/config/application.phtml b/application/views/scripts/config/application.phtml
index 1ffd120b4..c34aa8349 100644
--- a/application/views/scripts/config/application.phtml
+++ b/application/views/scripts/config/application.phtml
@@ -1,11 +1,13 @@
- = $this->translate(
- 'Create a new backend for authenticating your users. This backend will be added at the end of your authentication order.'
- ); ?>
-
-= $form; ?>
\ No newline at end of file
+
+
+ = $this->translate('Create New Authentication Backend'); ?>
+
+
+ = $this->translate(
+ 'Create a new backend for authenticating your users. This backend will be added at the end of your authentication order.'
+ ); ?>
+
+
+ = $form; ?>
+
+
diff --git a/application/views/scripts/config/authentication/modify.phtml b/application/views/scripts/config/authentication/modify.phtml
index b01d7095a..5aeee7d12 100644
--- a/application/views/scripts/config/authentication/modify.phtml
+++ b/application/views/scripts/config/authentication/modify.phtml
@@ -1,5 +1,11 @@
+
+ = t('Authentication Configuration'); ?>
+
+
+
+ = t('New Authentication Backend'); ?>
+
= $this->icon('plus', null, array('aria-hidden' => 'true')); ?>= $this->translate('Create A New Authentication Backend'); ?>
- = $form; ?>
+
+ = t('Reorder Authentication Backends'); ?>
+
+
+ = $form; ?>
+