Merge pull request #3576 from SergioCrisostomo/refactor-select
Select related fixes
This commit is contained in:
commit
d4f39edc35
2 changed files with 18 additions and 16 deletions
|
@ -6,7 +6,7 @@ const lang = {
|
|||
select: {
|
||||
placeholder: 'Välj',
|
||||
noMatch: 'Ingen träff',
|
||||
loading: 'Ladar'
|
||||
loading: 'Laddar'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Ingen data',
|
||||
|
@ -102,4 +102,4 @@ const lang = {
|
|||
|
||||
setLang(lang);
|
||||
|
||||
export default lang;
|
||||
export default lang;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue