Procházet zdrojové kódy

Fixed issue where profile page didn't get correct translations.

KrisVos130 před 7 roky
rodič
revize
791c980271
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      frontend/app/js/views/Profile/index.jsx

+ 1 - 1
frontend/app/js/views/Profile/index.jsx

@@ -15,7 +15,7 @@ import io from "io";
 	},
 }))
 
-@translate(["settings"], {wait: true})
+@translate(["profile"], {wait: true})
 export default class Profile extends Component {
 	static propTypes = {
 		user: PropTypes.object,