Commit eb9516b59b32a851690e981873b003c50a612482

Authored by Caio Almeida
1 parent af97de42

Ticket #134: Changing label

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
www/html/_right_sidebar.html
... ... @@ -5,7 +5,7 @@
5 5 <button menu-toggle="right" class="button button-icon icon ion-close-circled" hide-when="large"></button>
6 6 </h2>
7 7 <h3 ng-show="profile.region">
8   - Mostrar apenas propostas de {{profile.region.full_name}}
  8 + Mostrar apenas propostas da sua cidade!
9 9 <label class="checkbox my-city-cbox checkbox-balanced">
10 10 <input type="checkbox" ng-click="loadProposalsOfMyCity()" />
11 11 </label>
... ...
www/index.html
... ... @@ -48,7 +48,7 @@
48 48 </ion-side-menu-content>
49 49  
50 50 <ion-side-menu side="right" aside-expose-right="large">
51   - <ng-include src="'html/_right_sidebar.html?11'"></ng-include>
  51 + <ng-include src="'html/_right_sidebar.html?12'"></ng-include>
52 52 </ion-side-menu>
53 53 </ion-side-menus>
54 54  
... ...