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 6 select: {
7 7 placeholder: 'Välj',
8 8 noMatch: 'Ingen träff',
9   - loading: 'Ladar'
  9 + loading: 'Laddar'
10 10 },
11 11 table: {
12 12 noDataText: 'Ingen data',
... ... @@ -102,4 +102,4 @@ const lang = {
102 102  
103 103 setLang(lang);
104 104  
105   -export default lang;
106 105 \ No newline at end of file
  106 +export default lang;
... ...