diff options
author | INAGAKI Hiroshi <musashino205@users.noreply.github.com> | 2017-04-14 00:11:18 +0900 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-13 17:11:18 +0200 |
commit | 5619099564c1f39afc81575442b9c5181a092e60 (patch) | |
tree | 4fe03ad1c24dc1e2d1f347a1467b32d65baf8d67 | |
parent | ce80d0b0a9139052387a7f2b7ef76f6f307dd5fb (diff) |
translation: Fix comment out issue in en.jsx (#1698)
-rw-r--r-- | app/assets/javascripts/components/locales/en.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx index b0403e33e..6f84694bc 100644 --- a/app/assets/javascripts/components/locales/en.jsx +++ b/app/assets/javascripts/components/locales/en.jsx @@ -5,7 +5,7 @@ * 1. to add your new string here; and * 2. to remove old strings that are no longer needed; and * 3. to sort the strings by the key. - # 4. To rename the `en` const name and export default name to match your locale. + * 4. To rename the `en` const name and export default name to match your locale. * Thanks! */ const en = { |