Explorar o código

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

KrisVos130 %!s(int64=7) %!d(string=hai) anos
pai
achega
791c980271
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,