diff --git a/ui/app/components/sidebar/nav/access.hbs b/ui/app/components/sidebar/nav/access.hbs
index 68ea407198..49014232f3 100644
--- a/ui/app/components/sidebar/nav/access.hbs
+++ b/ui/app/components/sidebar/nav/access.hbs
@@ -14,20 +14,20 @@
{{/if}}
{{#if (has-permission "access" routeParams="mfa")}}
{{/if}}
{{#if (has-permission "access" routeParams="oidc")}}
-
+
{{/if}}
{{#if (and (has-feature "Control Groups") (has-permission "access" routeParams="control-groups"))}}
diff --git a/ui/app/components/sidebar/nav/cluster.hbs b/ui/app/components/sidebar/nav/cluster.hbs
index 5ec3a5e34c..e7754ff7ba 100644
--- a/ui/app/components/sidebar/nav/cluster.hbs
+++ b/ui/app/components/sidebar/nav/cluster.hbs
@@ -77,7 +77,7 @@
/>
{{/if}}
{{#if (and (has-permission "clients" routeParams="activity") (not this.cluster.dr.isSecondary))}}
-
+
{{/if}}
{{#if (and this.version.features (has-permission "status" routeParams="license") (not this.cluster.dr.isSecondary))}}
{{#if (eq this.mode "create")}}
- Create an SSH role
+ Create an SSH Role
{{else if (eq this.mode "edit")}}
- Edit SSH role
+ Edit SSH Role
{{else}}
- SSH role
+ SSH Role
{{this.model.id}}
{{/if}}
diff --git a/ui/app/templates/components/secret-edit.hbs b/ui/app/templates/components/secret-edit.hbs
index 78596e897e..c19a8ab6cb 100644
--- a/ui/app/templates/components/secret-edit.hbs
+++ b/ui/app/templates/components/secret-edit.hbs
@@ -12,11 +12,11 @@
{{#if (eq @mode "create")}}
- Create secret
+ Create Secret
{{else if (and this.isV2 (eq @mode "edit"))}}
- Create new version
+ Create New Version
{{else if (eq @mode "edit")}}
- Edit secret
+ Edit Secret
{{else}}
{{@key.id}}
{{/if}}
diff --git a/ui/app/templates/components/tool-hash.hbs b/ui/app/templates/components/tool-hash.hbs
index 4d6d3b762d..62d7b0c506 100644
--- a/ui/app/templates/components/tool-hash.hbs
+++ b/ui/app/templates/components/tool-hash.hbs
@@ -1,7 +1,7 @@
- Hash data
+ Hash Data
diff --git a/ui/app/templates/components/tool-lookup.hbs b/ui/app/templates/components/tool-lookup.hbs
index 93445b302d..3fe2692879 100644
--- a/ui/app/templates/components/tool-lookup.hbs
+++ b/ui/app/templates/components/tool-lookup.hbs
@@ -1,7 +1,7 @@
- Lookup token
+ Lookup Token
diff --git a/ui/app/templates/components/tool-random.hbs b/ui/app/templates/components/tool-random.hbs
index 492d5ad037..2ce3bc4654 100644
--- a/ui/app/templates/components/tool-random.hbs
+++ b/ui/app/templates/components/tool-random.hbs
@@ -1,7 +1,7 @@
- Random bytes
+ Random Bytes
diff --git a/ui/app/templates/components/tool-rewrap.hbs b/ui/app/templates/components/tool-rewrap.hbs
index e5914c7f40..3d5c51c981 100644
--- a/ui/app/templates/components/tool-rewrap.hbs
+++ b/ui/app/templates/components/tool-rewrap.hbs
@@ -1,7 +1,7 @@
- Rewrap token
+ Rewrap Token
diff --git a/ui/app/templates/components/tool-unwrap.hbs b/ui/app/templates/components/tool-unwrap.hbs
index 09c7f856fd..3c2a4d2f4f 100644
--- a/ui/app/templates/components/tool-unwrap.hbs
+++ b/ui/app/templates/components/tool-unwrap.hbs
@@ -1,7 +1,7 @@
- Unwrap data
+ Unwrap Data
diff --git a/ui/app/templates/components/tool-wrap.hbs b/ui/app/templates/components/tool-wrap.hbs
index 8c1d1b1874..be4924487e 100644
--- a/ui/app/templates/components/tool-wrap.hbs
+++ b/ui/app/templates/components/tool-wrap.hbs
@@ -1,7 +1,7 @@
- Wrap data
+ Wrap Data
diff --git a/ui/app/templates/components/transit-edit.hbs b/ui/app/templates/components/transit-edit.hbs
index bc3dba93de..494812e7f9 100644
--- a/ui/app/templates/components/transit-edit.hbs
+++ b/ui/app/templates/components/transit-edit.hbs
@@ -11,11 +11,11 @@
{{#if (eq this.mode "create")}}
- Create encryption key
+ Create Encryption Key
{{else if (eq this.mode "edit")}}
- Edit encryption key
+ Edit Encryption Key
{{else}}
- Encryption key
+ Encryption Key
{{this.key.id}}
{{/if}}
diff --git a/ui/app/templates/vault/cluster/access/mfa/enforcements/index.hbs b/ui/app/templates/vault/cluster/access/mfa/enforcements/index.hbs
index 89e6dd017e..0018b5c97d 100644
--- a/ui/app/templates/vault/cluster/access/mfa/enforcements/index.hbs
+++ b/ui/app/templates/vault/cluster/access/mfa/enforcements/index.hbs
@@ -1,7 +1,7 @@
- Multi-factor Authentication
+ Multi-Factor Authentication
diff --git a/ui/app/templates/vault/cluster/access/mfa/index.hbs b/ui/app/templates/vault/cluster/access/mfa/index.hbs
index 148d683143..8811397b2b 100644
--- a/ui/app/templates/vault/cluster/access/mfa/index.hbs
+++ b/ui/app/templates/vault/cluster/access/mfa/index.hbs
@@ -1,7 +1,7 @@
- Multi-factor authentication
+ Multi-Factor Authentication
diff --git a/ui/app/templates/vault/cluster/access/mfa/methods/create.hbs b/ui/app/templates/vault/cluster/access/mfa/methods/create.hbs
index b60673d098..eff83888e9 100644
--- a/ui/app/templates/vault/cluster/access/mfa/methods/create.hbs
+++ b/ui/app/templates/vault/cluster/access/mfa/methods/create.hbs
@@ -6,7 +6,7 @@
{{this.method.name}}
MFA
{{else}}
- Multi-factor authentication
+ Multi-Factor Authentication
{{/if}}
diff --git a/ui/app/templates/vault/cluster/access/mfa/methods/index.hbs b/ui/app/templates/vault/cluster/access/mfa/methods/index.hbs
index 5730da1526..8f12b6e25c 100644
--- a/ui/app/templates/vault/cluster/access/mfa/methods/index.hbs
+++ b/ui/app/templates/vault/cluster/access/mfa/methods/index.hbs
@@ -1,7 +1,7 @@
- Multi-factor Authentication
+ Multi-Factor Authentication
diff --git a/ui/app/templates/vault/cluster/policies/create.hbs b/ui/app/templates/vault/cluster/policies/create.hbs
index 23041d15e2..8212800bd9 100644
--- a/ui/app/templates/vault/cluster/policies/create.hbs
+++ b/ui/app/templates/vault/cluster/policies/create.hbs
@@ -12,7 +12,7 @@
Create
{{uppercase this.policyType}}
- policy
+ Policy
diff --git a/ui/app/templates/vault/cluster/secrets/backend/diff.hbs b/ui/app/templates/vault/cluster/secrets/backend/diff.hbs
index 6c0be83877..7acad49922 100644
--- a/ui/app/templates/vault/cluster/secrets/backend/diff.hbs
+++ b/ui/app/templates/vault/cluster/secrets/backend/diff.hbs
@@ -10,7 +10,7 @@
- View diff
+ View Diff
diff --git a/ui/app/templates/vault/cluster/secrets/backend/edit-metadata.hbs b/ui/app/templates/vault/cluster/secrets/backend/edit-metadata.hbs
index a6173a6827..87744a6c16 100644
--- a/ui/app/templates/vault/cluster/secrets/backend/edit-metadata.hbs
+++ b/ui/app/templates/vault/cluster/secrets/backend/edit-metadata.hbs
@@ -2,7 +2,7 @@
- Edit secret metadata
+ Edit Secret Metadata
diff --git a/ui/app/templates/vault/cluster/secrets/backend/sign.hbs b/ui/app/templates/vault/cluster/secrets/backend/sign.hbs
index 229288cb82..c886d2b203 100644
--- a/ui/app/templates/vault/cluster/secrets/backend/sign.hbs
+++ b/ui/app/templates/vault/cluster/secrets/backend/sign.hbs
@@ -25,7 +25,7 @@
- Sign SSH key
+ Sign SSH Key
diff --git a/ui/app/templates/vault/cluster/settings/seal.hbs b/ui/app/templates/vault/cluster/settings/seal.hbs
index 0580f597f1..586e38a350 100644
--- a/ui/app/templates/vault/cluster/settings/seal.hbs
+++ b/ui/app/templates/vault/cluster/settings/seal.hbs
@@ -1,7 +1,7 @@
- Seal this vault
+ Seal this Vault
diff --git a/ui/lib/core/addon/components/modal.js b/ui/lib/core/addon/components/modal.js
index d99d723bf6..766429b0ab 100644
--- a/ui/lib/core/addon/components/modal.js
+++ b/ui/lib/core/addon/components/modal.js
@@ -25,7 +25,7 @@ import { messageTypes } from 'core/helpers/message-types';
* @callback onClose
* @param {onClose} onClose - onClose is the action taken when someone clicks the modal background or close button (if shown).
* @param {boolean} isActive=false - whether or not modal displays
- * @param {string} [title] - This text shows up in the header section of the modal.
+ * @param {string} [title] - This text shows up in the header section of the modal. Only the first word should be capitalized.
* @param {boolean} [showCloseButton=false] - controls whether the close button in the top right corner shows.
* @param {string} [type=null] - The header styling based on type passed into the message-types helper.
*/
diff --git a/ui/lib/kmip/addon/templates/configure.hbs b/ui/lib/kmip/addon/templates/configure.hbs
index 0f19a107b3..72d5b432c9 100644
--- a/ui/lib/kmip/addon/templates/configure.hbs
+++ b/ui/lib/kmip/addon/templates/configure.hbs
@@ -5,7 +5,7 @@
- Configure KMIP secrets engine
+ Configure KMIP Secrets Engine
diff --git a/ui/lib/kmip/addon/templates/credentials/generate.hbs b/ui/lib/kmip/addon/templates/credentials/generate.hbs
index 1db2f0f364..62f1d3ad6d 100644
--- a/ui/lib/kmip/addon/templates/credentials/generate.hbs
+++ b/ui/lib/kmip/addon/templates/credentials/generate.hbs
@@ -4,7 +4,7 @@
- Generate credentials
+ Generate Credentials
diff --git a/ui/lib/kmip/addon/templates/role/edit.hbs b/ui/lib/kmip/addon/templates/role/edit.hbs
index 40e03532d2..7b7d489dbe 100644
--- a/ui/lib/kmip/addon/templates/role/edit.hbs
+++ b/ui/lib/kmip/addon/templates/role/edit.hbs
@@ -4,7 +4,7 @@
- Edit role
+ Edit Role
diff --git a/ui/lib/kmip/addon/templates/scope/roles/create.hbs b/ui/lib/kmip/addon/templates/scope/roles/create.hbs
index fe0e22fffd..3bfed08f4d 100644
--- a/ui/lib/kmip/addon/templates/scope/roles/create.hbs
+++ b/ui/lib/kmip/addon/templates/scope/roles/create.hbs
@@ -4,7 +4,7 @@
- Create a role
+ Create a Role
diff --git a/ui/lib/kmip/addon/templates/scopes/create.hbs b/ui/lib/kmip/addon/templates/scopes/create.hbs
index aa91c2d9d2..bffdcb92ac 100644
--- a/ui/lib/kmip/addon/templates/scopes/create.hbs
+++ b/ui/lib/kmip/addon/templates/scopes/create.hbs
@@ -1,7 +1,7 @@
- Create a scope
+ Create a Scope
diff --git a/ui/lib/kubernetes/addon/components/page/configure.hbs b/ui/lib/kubernetes/addon/components/page/configure.hbs
index acdf9538ee..7c22d21246 100644
--- a/ui/lib/kubernetes/addon/components/page/configure.hbs
+++ b/ui/lib/kubernetes/addon/components/page/configure.hbs
@@ -4,7 +4,7 @@
- Configure kubernetes
+ Configure Kubernetes
diff --git a/ui/lib/kubernetes/addon/components/page/role/create-and-edit.hbs b/ui/lib/kubernetes/addon/components/page/role/create-and-edit.hbs
index fad90586b9..ff5ccbd7d5 100644
--- a/ui/lib/kubernetes/addon/components/page/role/create-and-edit.hbs
+++ b/ui/lib/kubernetes/addon/components/page/role/create-and-edit.hbs
@@ -4,7 +4,7 @@
- {{if @model.isNew "Create role" "Edit role"}}
+ {{if @model.isNew "Create Role" "Edit Role"}}
diff --git a/ui/lib/open-api-explorer/addon/templates/components/swagger-ui.hbs b/ui/lib/open-api-explorer/addon/templates/components/swagger-ui.hbs
index 2219b94605..a86d3f1e3c 100644
--- a/ui/lib/open-api-explorer/addon/templates/components/swagger-ui.hbs
+++ b/ui/lib/open-api-explorer/addon/templates/components/swagger-ui.hbs
@@ -2,7 +2,7 @@
- Vault API explorer
+ Vault API Explorer
diff --git a/ui/lib/pki/addon/components/page/pki-tidy-auto-configure.hbs b/ui/lib/pki/addon/components/page/pki-tidy-auto-configure.hbs
index a7c35a25ee..3fee359960 100644
--- a/ui/lib/pki/addon/components/page/pki-tidy-auto-configure.hbs
+++ b/ui/lib/pki/addon/components/page/pki-tidy-auto-configure.hbs
@@ -5,7 +5,7 @@
- Configure automatic tidy
+ Configure Automatic Tidy
diff --git a/ui/lib/pki/addon/components/page/pki-tidy-manual.hbs b/ui/lib/pki/addon/components/page/pki-tidy-manual.hbs
index 592919c942..f2cd0ff297 100644
--- a/ui/lib/pki/addon/components/page/pki-tidy-manual.hbs
+++ b/ui/lib/pki/addon/components/page/pki-tidy-manual.hbs
@@ -5,7 +5,7 @@
- Manual tidy
+ Manual Tidy
diff --git a/ui/lib/pki/addon/templates/certificates/certificate/details.hbs b/ui/lib/pki/addon/templates/certificates/certificate/details.hbs
index 895f1bd0a3..2d6f1e1bdd 100644
--- a/ui/lib/pki/addon/templates/certificates/certificate/details.hbs
+++ b/ui/lib/pki/addon/templates/certificates/certificate/details.hbs
@@ -5,7 +5,7 @@
- View certificate
+ View Certificate
diff --git a/ui/lib/pki/addon/templates/configuration/edit.hbs b/ui/lib/pki/addon/templates/configuration/edit.hbs
index 995c5660ca..d517530309 100644
--- a/ui/lib/pki/addon/templates/configuration/edit.hbs
+++ b/ui/lib/pki/addon/templates/configuration/edit.hbs
@@ -5,7 +5,7 @@
- Edit PKI configuration
+ Edit PKI Configuration
diff --git a/ui/tests/acceptance/access/methods-test.js b/ui/tests/acceptance/access/methods-test.js
index b44d6f2692..db1cd8dd08 100644
--- a/ui/tests/acceptance/access/methods-test.js
+++ b/ui/tests/acceptance/access/methods-test.js
@@ -31,7 +31,7 @@ module('Acceptance | auth-methods list view', function (hooks) {
await page.visit();
assert.strictEqual(currentRouteName(), 'vault.cluster.access.methods', 'navigates to the correct route');
assert.ok(page.methodsLink.isActive, 'the first link is active');
- assert.strictEqual(page.methodsLink.text, 'Authentication methods');
+ assert.strictEqual(page.methodsLink.text, 'Authentication Methods');
});
test('it filters by name and auth type', async function (assert) {
diff --git a/ui/tests/acceptance/mfa-login-enforcement-test.js b/ui/tests/acceptance/mfa-login-enforcement-test.js
index bd8e05e0c2..ccee08f7f1 100644
--- a/ui/tests/acceptance/mfa-login-enforcement-test.js
+++ b/ui/tests/acceptance/mfa-login-enforcement-test.js
@@ -26,7 +26,7 @@ module('Acceptance | mfa-login-enforcement', function (hooks) {
test('it should create login enforcement', async function (assert) {
await visit('/ui/vault/access');
- await click('[data-test-sidebar-nav-link="Multi-factor authentication"]');
+ await click('[data-test-sidebar-nav-link="Multi-Factor Authentication"]');
await click('[data-test-tab="enforcements"]');
await click('[data-test-enforcement-create]');
diff --git a/ui/tests/acceptance/mfa-method-test.js b/ui/tests/acceptance/mfa-method-test.js
index 400b69b25d..af895f9928 100644
--- a/ui/tests/acceptance/mfa-method-test.js
+++ b/ui/tests/acceptance/mfa-method-test.js
@@ -224,7 +224,7 @@ module('Acceptance | mfa-method', function (hooks) {
);
await click('[data-test-tab="enforcements"]');
assert.dom('[data-test-list-item]').hasText('bar', 'Enforcement is listed in method view');
- await click('[data-test-sidebar-nav-link="Multi-factor authentication"]');
+ await click('[data-test-sidebar-nav-link="Multi-Factor Authentication"]');
await click('[data-test-tab="enforcements"]');
assert.dom('[data-test-list-item="bar"]').hasText('bar', 'Enforcement is listed in enforcements view');
await click('[data-test-list-item="bar"]');
diff --git a/ui/tests/acceptance/sidebar-nav-test.js b/ui/tests/acceptance/sidebar-nav-test.js
index f68c99563f..5fe882c45f 100644
--- a/ui/tests/acceptance/sidebar-nav-test.js
+++ b/ui/tests/acceptance/sidebar-nav-test.js
@@ -65,12 +65,12 @@ module('Acceptance | sidebar navigation', function (hooks) {
assert.dom(panel('Access')).exists('Access nav panel renders');
const links = [
- { label: 'Multi-factor authentication', route: '/vault/access/mfa' },
- { label: 'OIDC provider', route: '/vault/access/oidc' },
+ { label: 'Multi-Factor Authentication', route: '/vault/access/mfa' },
+ { label: 'OIDC Provider', route: '/vault/access/oidc' },
{ label: 'Groups', route: '/vault/access/identity/groups' },
{ label: 'Entities', route: '/vault/access/identity/entities' },
{ label: 'Leases', route: '/vault/access/leases/list' },
- { label: 'Authentication methods', route: '/vault/access' },
+ { label: 'Authentication Methods', route: '/vault/access' },
];
for (const l of links) {
@@ -114,7 +114,7 @@ module('Acceptance | sidebar navigation', function (hooks) {
await click(link('Access'));
await click('[data-test-auth-enable]');
assert.dom('[data-test-sidebar-nav-panel="Access"]').exists('Access nav panel renders');
- await click(link('Authentication methods'));
+ await click(link('Authentication Methods'));
await click('[data-test-auth-backend-link="token"]');
await click('[data-test-configure-link]');
assert.dom('[data-test-sidebar-nav-panel="Access"]').exists('Access nav panel renders');
diff --git a/ui/tests/acceptance/ssh-test.js b/ui/tests/acceptance/ssh-test.js
index 461349fd53..9624df998f 100644
--- a/ui/tests/acceptance/ssh-test.js
+++ b/ui/tests/acceptance/ssh-test.js
@@ -111,7 +111,7 @@ module('Acceptance | ssh secret backend', function (hooks) {
await click('[ data-test-secret-create]');
assert.ok(
- find('[data-test-secret-header]').textContent.includes('SSH role'),
+ find('[data-test-secret-header]').textContent.includes('SSH Role'),
`${role.type}: renders the create page`
);
diff --git a/ui/tests/integration/components/sidebar/nav/access-test.js b/ui/tests/integration/components/sidebar/nav/access-test.js
index 650b6887c9..94af40e0e1 100644
--- a/ui/tests/integration/components/sidebar/nav/access-test.js
+++ b/ui/tests/integration/components/sidebar/nav/access-test.js
@@ -44,9 +44,9 @@ module('Integration | Component | sidebar-nav-access', function (hooks) {
test('it should render nav links', async function (assert) {
const links = [
'Back to main navigation',
- 'Authentication methods',
- 'Multi-factor authentication',
- 'OIDC provider',
+ 'Authentication Methods',
+ 'Multi-Factor Authentication',
+ 'OIDC Provider',
'Control Groups',
'Namespaces',
'Groups',
diff --git a/ui/tests/integration/components/sidebar/nav/cluster-test.js b/ui/tests/integration/components/sidebar/nav/cluster-test.js
index 740b395b24..aa9e3f0726 100644
--- a/ui/tests/integration/components/sidebar/nav/cluster-test.js
+++ b/ui/tests/integration/components/sidebar/nav/cluster-test.js
@@ -50,7 +50,7 @@ module('Integration | Component | sidebar-nav-cluster', function (hooks) {
'Performance',
'Replication',
'Raft Storage',
- 'Client count',
+ 'Client Count',
'License',
'Seal Vault',
];
diff --git a/ui/tests/pages/access/methods.js b/ui/tests/pages/access/methods.js
index c4066906fa..55d67aa3c9 100644
--- a/ui/tests/pages/access/methods.js
+++ b/ui/tests/pages/access/methods.js
@@ -10,7 +10,7 @@ export default create({
methodsLink: {
isActive: hasClass('active'),
text: text(),
- scope: '[data-test-sidebar-nav-link="Authentication methods"]',
+ scope: '[data-test-sidebar-nav-link="Authentication Methods"]',
},
backendLinks: collection('[data-test-auth-backend-link]', {