Browse Source

Fix reset password button translation key in UsersPage

Co-authored-by: cadtoolbox <12723486+cadtoolbox@users.noreply.github.com>
copilot-swe-agent[bot] 3 months ago
parent
commit
e82577fd24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/pages/UsersPage.tsx

+ 1 - 1
frontend/src/pages/UsersPage.tsx

@@ -394,7 +394,7 @@ export function UsersPage() {
                             disabled={resetPasswordMutation.isPending}
                             disabled={resetPasswordMutation.isPending}
                           >
                           >
                             <RotateCcw className="w-4 h-4" />
                             <RotateCcw className="w-4 h-4" />
-                            {t('users.resetPassword') || 'Reset Password'}
+                            {t('users.form.resetPassword') || 'Reset Password'}
                           </Button>
                           </Button>
                         )}
                         )}
                       </div>
                       </div>