diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php index 4d1d2d8c1bd..0779891fe1f 100644 --- a/src/controllers/UsersController.php +++ b/src/controllers/UsersController.php @@ -1293,7 +1293,7 @@ private function asEditScreen(User $user, string $currentScreen): Response } $response->pageSidebarTemplate('_includes/nav', [ - 'label' => $this->editScreenTitle($currentScreen), + 'label' => Craft::t('app', 'Account'), 'items' => $navItems, ]); diff --git a/src/translations/en/app.php b/src/translations/en/app.php index 5beb5a6c010..af0f1a1ab39 100644 --- a/src/translations/en/app.php +++ b/src/translations/en/app.php @@ -28,6 +28,7 @@ 'Access the site when the system is off' => 'Access the site when the system is off', 'Access {plugin}' => 'Access {plugin}', 'Accessibility' => 'Accessibility', + 'Account' => 'Account', 'Account Security' => 'Account Security', 'Account Type' => 'Account Type', 'Account has not been activated.' => 'Account has not been activated.',