diff options
author | Peter Krantz <peter.krantz@gmail.com> | 2019-09-18 07:58:53 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-09-17 22:58:53 -0700 |
commit | b8608d6c181c2149432131c07be08bc9091ef354 (patch) | |
tree | 692e5967e6054c4d95ac021aca25c6ed98c1b359 /app | |
parent | c4d27739c32a44efccfce7973dd4b933aca56c12 (diff) |
Fix error in translation Översikts -> Översikt
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/sv_SE/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 7340f5e7..cdcb1b1c 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -663,7 +663,7 @@ return array( 'Open tasks' => 'Öppna uppgifter', 'Not assigned' => 'Inte tilldelad', 'View advanced search syntax' => 'Visa avancerad söksyntax', - 'Overview' => 'Översikts', + 'Overview' => 'Översikt', 'Board/Calendar/List view' => 'Tavla/Kalender/Listvy', 'Switch to the board view' => 'Växla till tavelvy', 'Switch to the list view' => 'Växla till listvy', |