소스 검색

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

KrisVos130 7 년 전
부모
커밋
791c980271
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,