File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -1673,18 +1673,10 @@ msgstr ""
16731673msgid "{{index.m}}-of-{{index.n}}"
16741674msgstr ""
16751675
1676- #: public/views/modals/bind.html:40
1677- msgid "{{info.displayName}}"
1678- msgstr ""
1679-
16801676#: public/views/includes/sidebar.html:16
16811677msgid "{{item.m}}-of-{{item.n}}"
16821678msgstr ""
16831679
1684- #: public/views/modals/bind.html:49
1685- msgid "{{oracle.name}}"
1686- msgstr ""
1687-
16881680#: public/views/preferencesGlobal.html:29
16891681msgid "{{prefGlobal.torEnabled?'On':'Off'}}"
16901682msgstr ""
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h1 class="title ellipsis" ng-style="{'color':color}" translate>
3737 < span ng-if ="binding.type == 'reverse_payment' " selectable ="#asset " dropdown-toggle ="#asset " data-model ="binding " data-prop ="reverseAsset "> </ span > < span ng-if ="binding.type == 'reverse_payment' "> .</ span >
3838 < ul id ="asset " class ="f-dropdown pos-at-cursor " data-dropdown-content >
3939 < li ng-repeat ="info in arrPublicAssetInfos " class ="dropup-item " data-value ="{{info.asset}} ">
40- < a > < span translate > {{info.displayName}}</ span > </ a >
40+ < a > < span > {{info.displayName}}</ span > </ a >
4141 </ li >
4242 </ ul >
4343
@@ -46,7 +46,7 @@ <h1 class="title ellipsis" ng-style="{'color':color}" translate>
4646 </ span >
4747 < ul id ="oracle_list " class ="f-dropdown small " data-dropdown-content style ="max-width: 280px; ">
4848 < li ng-repeat ="(address, oracle) in oracles " class ="dropup-item " data-value ="{{address}} ">
49- < a > < b translate > {{oracle.name}}</ b > < br > < span > {{address}}</ span > </ a >
49+ < a > < b > {{oracle.name}}</ b > < br > < span > {{address}}</ span > </ a >
5050 </ li >
5151 </ ul >
5252 < br ng-if ="binding.type == 'data' ">
You can’t perform that action at this time.
0 commit comments