From: Ole Aldric Date: Mon, 19 Oct 2020 10:26:18 +0000 (+0200) Subject: added missing comma that caused the testprocess to fail. X-Git-Tag: v0.31.0~3^2~8^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/2333/head added missing comma that caused the testprocess to fail. --- diff --git a/resources/lang/en/settings.php b/resources/lang/en/settings.php index 1537855b8..38be68e47 100755 --- a/resources/lang/en/settings.php +++ b/resources/lang/en/settings.php @@ -214,7 +214,7 @@ return [ 'ja' => '日本語', 'ko' => '한국어', 'nl' => 'Nederlands', - 'no_NB' => 'Norsk (Bokmål)' + 'no_NB' => 'Norsk (Bokmål)', 'pl' => 'Polski', 'pt_BR' => 'Português do Brasil', 'ru' => 'Русский',