diff options
| -rw-r--r-- | app/i18n/ja/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ja/sub.php b/app/i18n/ja/sub.php index eb8755c18..9a6b41e8a 100644 --- a/app/i18n/ja/sub.php +++ b/app/i18n/ja/sub.php @@ -82,7 +82,7 @@ return array( 'help' => '1行に1つの検索フィルターを設定してください。演算子は<a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">ドキュメントを参照してください</a>。', ), 'http_headers' => 'HTTPヘッダ', - 'http_headers_help' => 'ヘッダは開業で区切られ、ヘッダの名前と値はコロンで区切られます (例: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).', + 'http_headers_help' => 'ヘッダは改行で区切られ、ヘッダの名前と値はコロンで区切られます (例: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).', 'icon' => 'Icon', // TODO 'information' => 'インフォメーション', 'keep_min' => '最小数の記事は保持されます', |
