Commit 2242aeb43bc9c7818b322c1990b677a4c6aa141b

Authored by Anchit Jindal
1 parent 6efd9a0a8b
Exists in master

minor changes

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/partials/ContactView/ContactView.html
... ... @@ -53,7 +53,7 @@
53 53 <td data-title="'Title'" filter="{title: 'text'}" sortable="'title'">
54 54 {{row.title}}
55 55 </td>
56   - <td data-title="'Status'">
  56 + <td data-title="'Pricing Email'">
57 57 <toggle ng-model="row.priceEmail" ng-change="changePriceEmail(row.id, $index)" size="customToogle"></toggle>
58 58 </td>
59 59 <td data-title="'User Name'" filter="{userName: 'text'}" sortable="'userName'">
... ...