diff options
| author | 2025-08-31 19:09:02 +0200 | |
|---|---|---|
| committer | 2025-08-31 19:09:02 +0200 | |
| commit | 87879e83927d66332d2d0794bc47eeb55f8c9b46 (patch) | |
| tree | 2706ce65294feee9dd09375060d14914a9e6bfe9 /app/i18n/ja | |
| parent | 94d4f942d3bd604473c1acd4b07113890e0890e0 (diff) | |
Improve leave validation (#7830)
* Improve leave validation
* array_key_exists -> isset
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ja')
| -rw-r--r-- | app/i18n/ja/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php index 930b5e870..cac449ea9 100644 --- a/app/i18n/ja/conf.php +++ b/app/i18n/ja/conf.php @@ -321,7 +321,7 @@ return array( 'article_action' => '記事のアクション', 'auto_share' => '共有', 'auto_share_help' => '共有方法が一つしか設定されていないときにはそれが使われます。そうではなければ、番号によって共有方法にアクセスできます。', - 'close_dropdown' => 'メニューを閉じる', + 'close_menus' => 'メニューを閉じる', 'collapse_article' => '折りたたむ', 'first_article' => '初めの記事を開く', 'focus_search' => '検索ボックスにアクセスする', |
