diff --git a/src/app/i18next/locales/en/translation.json b/src/app/i18next/locales/en/translation.json index 61fb1d12..9448f1a2 100644 --- a/src/app/i18next/locales/en/translation.json +++ b/src/app/i18next/locales/en/translation.json @@ -27,7 +27,8 @@ { "name": "Introduce Infoteam", "link": "https://introduce.gistory.me" - } + }, + { "name": "Bug Report", "link": "https://cs.gistory.me/?service=Ziggle" } ] }, { diff --git a/src/app/i18next/locales/ko/translation.json b/src/app/i18next/locales/ko/translation.json index 649f7763..2c2afe15 100644 --- a/src/app/i18next/locales/ko/translation.json +++ b/src/app/i18next/locales/ko/translation.json @@ -24,7 +24,8 @@ { "title": "소개", "links": [ - { "name": "인포팀 소개", "link": "https://introduce.gistory.me" } + { "name": "인포팀 소개", "link": "https://introduce.gistory.me" }, + { "name": "버그 제보", "link": "https://cs.gistory.me/?service=Ziggle" } ] }, {