diff options
| author | 2025-09-02 21:52:52 +0200 | |
|---|---|---|
| committer | 2025-09-02 21:52:52 +0200 | |
| commit | 14a5ffe6a7ae93bc1d07ccf5aaf37402af1d3e43 (patch) | |
| tree | fe27a093395a64631ddaa9e09dd3be0f52480784 | |
| parent | 28e0a548c81dd80458e7d0e0f8ed465c13ccd06d (diff) | |
Fix typo in Japanese translation (#7903)
I just found a typo in Japanese translation.
開業: opening business
改行: newline
Co-authored-by: nhirokinet <nhirokinet@nhiroki.net>
| -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' => '最小数の記事は保持されます', |
