From ec9456f5302ff522d719f9cca6081e27e1bfb767 Mon Sep 17 00:00:00 2001 From: Oliver Nybroe Date: Thu, 4 Oct 2018 23:25:29 +0200 Subject: [PATCH] Update currencies.php --- resources/lang/da-DK/currencies.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/da-DK/currencies.php b/resources/lang/da-DK/currencies.php index 20e6d4616..cf48e8c1d 100644 --- a/resources/lang/da-DK/currencies.php +++ b/resources/lang/da-DK/currencies.php @@ -5,12 +5,12 @@ return [ 'code' => 'Kode', 'rate' => 'Sats', 'default' => 'Standardvaluta', - 'decimal_mark' => 'Decimalseparator', - 'thousands_separator' => 'Tusinder Separator', + 'decimal_mark' => 'Decimaltegn', + 'thousands_separator' => 'Tusindetalsseparator', 'precision' => 'Præcision', 'symbol' => [ 'symbol' => 'Symbol', - 'position' => 'Symbol Position', + 'position' => 'Symbol position', 'before' => 'Før beløbet', 'after' => 'Efter beløb', ]