Skip to content

Commit

Permalink
Merge pull request #52 from Einstore/pr/copy
Browse files Browse the repository at this point in the history
Copy: empty state on overview
  • Loading branch information
ViliamKopecky authored Apr 23, 2019
2 parents 168d84b + c908cb3 commit 1f96bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default class Overview extends Component<OverviewProps> {
</div>
) : (
<div className="page-upload">
<p className="page-upload-text">No apps here yet. Select a team and upload some.</p>
<p className="page-upload-text">No apps here yet. Select team to add new build.</p>
</div>
)}
</div>
Expand Down

0 comments on commit 1f96bad

Please sign in to comment.