Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
fix(empty-states): typo 'no API' message inside Home page
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompiegne committed Jan 9, 2017
1 parent 50743ef commit d4094d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/apisList.html
Expand Up @@ -96,7 +96,7 @@ <h5 ng-if="view.description" class="gravitee-view-description">{{view.descriptio
icon="dashboard"
model="API"
message="Hmmm, there is no API for you here :("
sub-message="Start creating an API"
sub-message="{{!graviteeUser ? 'Login to get access to more APIs' : 'Start creating an API'}}"
create-mode="apisCtrl.createMode"></gravitee-empty-state>

<div ng-if="!isLoading && apisCtrl.apis.length == 0" style="text-align: center;">
Expand Down

0 comments on commit d4094d3

Please sign in to comment.