Skip to content

Commit

Permalink
don't translate bot store
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofbyteball committed Nov 10, 2017
1 parent 8627809 commit 5ba0e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/correspondentDevices.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="mtab-title" ng-click="$parent.mtab = 1" ng-class="{'active': mtab == 1}" ng-style="{'color': noColor ? '#4A90E2' : index.backgroundColor}" translate>
Contacts
</div>
<div class="mtab-title" ng-click="$parent.mtab = 2" ng-class="{'active': mtab == 2}" ng-style="{'color': noColor ? '#4A90E2' : index.backgroundColor}" translate>
<div class="mtab-title" ng-click="$parent.mtab = 2" ng-class="{'active': mtab == 2}" ng-style="{'color': noColor ? '#4A90E2' : index.backgroundColor}" donttranslate>
Bot Store
</div>
</div>
Expand Down

0 comments on commit 5ba0e09

Please sign in to comment.