Skip to content

Commit

Permalink
Change multilang example slot type name
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDzvonik committed Apr 14, 2018
1 parent 58de70b commit e02ed5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/multi-language/locales/de/custom-slots.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"item": ["Michael", "Michal", "Slavomir"]
"Name": ["Michael", "Michal", "Slavomir"]
}
2 changes: 1 addition & 1 deletion examples/multi-language/locales/en/custom-slots.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"item": ["Michael", "Michal", "Slavomir"]
"Name": ["Michael", "Michal", "Slavomir"]
}

0 comments on commit e02ed5b

Please sign in to comment.