File: fingerprintsDialog.html

package info (click to toggle)
libjs-jsxc 3.0.0%2Bdfsg3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 16,856 kB
  • ctags: 2,731
  • sloc: makefile: 13; sh: 1
file content (11 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<div>
   <p class="jsxc_maxWidth" data-i18n="A_fingerprint_"></p>
   <p>
      <strong data-i18n="Your_fingerprint"></strong>
      <br /> <span style="text-transform: uppercase">{{my_priv_fingerprint}}</span>
   </p>
   <p>
      <strong data-i18n="Buddy_fingerprint"></strong>
      <br /> <span style="text-transform: uppercase">{{bid_priv_fingerprint}}</span>
   </p>
</div>