From c61ddd82495f8997fc3034faa8281165f553280c Mon Sep 17 00:00:00 2001 From: Shuhei Kitagawa <shuheiktgw@users.noreply.github.com> Date: Fri, 4 May 2018 13:58:08 +0900 Subject: [PATCH] Fix 2fa description in Japanese (#7349) --- config/locales/ja.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 9ef80cdf92..5b3cc5f159 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -795,7 +795,7 @@ ja: default: "%Yå¹´%m月%dæ—¥ %H:%M" two_factor_authentication: code_hint: 確èªã™ã‚‹ã«ã¯èªè¨¼ã‚¢ãƒ—リã§è¡¨ç¤ºã•ã‚ŒãŸã‚³ãƒ¼ãƒ‰ã‚’入力ã—ã¦ãã ã•ã„ - description_html: "<strong>二段階èªè¨¼</strong>を有効ã«ã™ã‚‹ã¨ãƒã‚°ã‚¤ãƒ³æ™‚ã€é›»è©±ã§ã‚³ãƒ¼ãƒ‰ã‚’å—ã‘å–ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚" + description_html: "<strong>二段階èªè¨¼</strong>を有効ã«ã™ã‚‹ã¨ãƒã‚°ã‚¤ãƒ³æ™‚ã€èªè¨¼ã‚¢ãƒ—リã‹ã‚‰ã‚³ãƒ¼ãƒ‰ã‚’入力ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚" disable: 無効 enable: 有効 enabled: 二段階èªè¨¼ã¯æœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã™ -- GitLab