Browse Source

typo

tags/1.0.0
Robin Thoni 8 years ago
parent
commit
c116d4e620
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/views/sidebar.html

+ 1
- 1
app/views/sidebar.html View File

55
             </div>
55
             </div>
56
 
56
 
57
             <div ng-hide="isInState('rooms')">
57
             <div ng-hide="isInState('rooms')">
58
-                <span>Is there people here?</span>
58
+                <span>Are there people here?</span>
59
                 <md-button class="md-primary md-group-button col-xs-12" ui-sref="rooms">
59
                 <md-button class="md-primary md-group-button col-xs-12" ui-sref="rooms">
60
                     Show all rooms
60
                     Show all rooms
61
                 </md-button>
61
                 </md-button>

Loading…
Cancel
Save