Commit cca3bcaa1a2088ae00f18ba8cd508bf3228f6683

Authored by Sergio Crisostomo
1 parent 220161f5

Fix typos

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/locale/lang/sv-SE.js
@@ -6,7 +6,7 @@ const lang = { @@ -6,7 +6,7 @@ const lang = {
6 select: { 6 select: {
7 placeholder: 'Välj', 7 placeholder: 'Välj',
8 noMatch: 'Ingen träff', 8 noMatch: 'Ingen träff',
9 - loading: 'Ladar' 9 + loading: 'Laddar'
10 }, 10 },
11 table: { 11 table: {
12 noDataText: 'Ingen data', 12 noDataText: 'Ingen data',
@@ -102,4 +102,4 @@ const lang = { @@ -102,4 +102,4 @@ const lang = {
102 102
103 setLang(lang); 103 setLang(lang);
104 104
105 -export default lang;  
106 \ No newline at end of file 105 \ No newline at end of file
  106 +export default lang;