Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 1, 2017
1 parent 17bb9dc commit 49da0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Auth/src/Auth/Form/LoginForm.php
Expand Up @@ -281,7 +281,7 @@ private function getAvailableLocales()
$locales['it_IT'] = "Italian";
$locales['ru_RU'] = "Russian";
$locales['es_ES'] = "Spanish";
$locales['nl_BE'] = "Dutch";
$locales['nl_BE'] = "Dutch/Belgium";

return $locales;
}
Expand Down

0 comments on commit 49da0bd

Please sign in to comment.