Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwannRobin committed Dec 29, 2016
1 parent 21105aa commit 0e9bb3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/html/apis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h3 class="header">APIs</h3>
</p>

<p class="flow-text center" ng-show="apis.length == 0 && total > 0" style="margin-top:50px;">
You have reach the end of the list.
You have reached the end of the list.
</p>

<p class="flow-text left" ng-show="apis.length > 0" style="margin-top:50px;">
Expand Down
2 changes: 1 addition & 1 deletion src/html/consumers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h3 class="header">Consumers</h3>
</p>

<p class="flow-text center" ng-show="consumers.length == 0 && total > 0" style="margin-top:50px;">
You have reach the end of the list.
You have reached the end of the list.
</p>

<p class="flow-text left" ng-show="consumers.length > 0" style="margin-top:50px;">
Expand Down
2 changes: 1 addition & 1 deletion src/html/plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3 class="header" ng-show="owner_type==='Consumer'">
</p>

<p class="flow-text center" ng-show="plugins.length == 0 && total > 0" style="margin-top:50px;">
You have reach the end of the list.
You have reached the end of the list.
</p>

<p class="flow-text left" ng-show="plugins.length > 0" style="margin-top:50px;">
Expand Down

0 comments on commit 0e9bb3d

Please sign in to comment.