Skip to content

Commit

Permalink
Update src/app/modules/project/details/details.component.html
Browse files Browse the repository at this point in the history
Co-authored-by: StijnGroenen <[email protected]>
  • Loading branch information
Brend-Smits and StijnGroenen authored Jun 22, 2020
1 parent 62dad02 commit 87112fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/modules/project/details/details.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ <h1 class="project-title">{{ project.name }}</h1>
<div class="row">
<div class="offset-2 col-8">
<h1>Project details</h1>
<p>No project could be found with id: {{invalidId}}</p>
<p>The project with the identifier "{{invalidId}}" could not be found.</p>

</div>
</div>
</ng-template>
</ng-template>

0 comments on commit 87112fc

Please sign in to comment.