Parcourir la source

UserDetailsPage.jsx: Fix typo

Chris Valean il y a 6 ans
Parent
commit
659e355afb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/pages/UserDetailsPage/UserDetailsPage.jsx

+ 1 - 1
src/components/pages/UserDetailsPage/UserDetailsPage.jsx

@@ -113,7 +113,7 @@ class UserDetailsPage extends React.Component<Props, State> {
 
   render() {
     let dropdownActions = [{
-      label: 'Change passowrd',
+      label: 'Change password',
       color: Palette.primary,
       action: () => { this.handleUpdatePasswordClick() },
     }, {