Skip to content

Commit

Permalink
fix(docz-theme-default): update the empty message
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Aug 25, 2018
1 parent ebefd91 commit 9db9231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const Sidebar = () => (
<Logo showBg={!on} />
<Search showing={isDesktop || !on} onSearch={handleSearchDocs} />
{docs.length < 1 ? (
<Empty>No document find.</Empty>
<Empty>No documents find.</Empty>
) : (
<Menus>
{docsWithoutMenu.map(doc => (
Expand Down

0 comments on commit 9db9231

Please sign in to comment.