removed default language ISO code below Copay logo

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-16 17:53:32 -03:00
commit 9f821dcf19
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<div ng-controller="VersionController">
<small>v{{version}} ({{defaultLanguage}})</small>
<small>v{{version}}</small>
<small>#{{commitHash}}</small>
<small ng-if="networkName ==='testnet' || networkName ==='livenet'">[ {{networkName}} ]</small>
</div>