Fix file path for translations

This commit is contained in:
Jim LAURIE 2019-10-04 15:05:58 +02:00 committed by GitHub
parent ba828dc8f6
commit cd60609887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ touch admin/src/i18n.js
touch admin/src/translations/index.js
```
**Path --** `my-app/admin/src/i18n.js`
**Path --** `my-app/admin/src/translations/index.js`
```js
import en from './en.json';