Skip to content

Commit

Permalink
add missing labels
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuard committed Oct 17, 2018
1 parent e9321f7 commit 747eeb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/systems/ec/specs/components/site-header/demo/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
},
searchForm: {
textInputId: 'search-form',
inputLabel: 'Search',
buttonLabel: 'Search',
},
};
1 change: 1 addition & 0 deletions src/systems/eu/specs/components/site-header/demo/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
},
searchForm: {
textInputId: 'search-form',
inputLabel: 'Search',
buttonLabel: 'Search',
},
};

0 comments on commit 747eeb7

Please sign in to comment.