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/nl | |
| 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/nl')
| -rw-r--r-- | app/i18n/nl/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index 12539063e..2916a7109 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -321,7 +321,7 @@ return array( 'article_action' => 'Artikelacties', 'auto_share' => 'Delen', 'auto_share_help' => 'Als er slechts één deelmethode is, dan wordt die gebruikt. Anders zijn ze toegankelijk met hun nummer.', - 'close_dropdown' => 'Sluit menu', + 'close_menus' => 'Sluit menu', 'collapse_article' => 'Inklappen', 'first_article' => 'Spring naar eerste artikel', 'focus_search' => 'Toegang zoek venster', |
