Skip to content

Commit

Permalink
Rebrand in about.xul
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed May 23, 2017
1 parent 85301f3 commit 5d2834d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chrome/content/zotero/about.xul
Expand Up @@ -16,13 +16,13 @@
<script src="include.js"/>

<vbox id="aboutcontent">
<label id="name" value="Zotero"/>
<label id="name" value="Juris-M"/>
<hbox>
<label class="zotero-text-link" href="https://www.zotero.org" value="https://www.zotero.org"/>
<label class="zotero-text-link" href="https://juris-m.github.io" value="https://juris-m.github.io"/>
</hbox>
<hbox>
<label id="version"/>
<label class="zotero-text-link" href="https://www.zotero.org/support/changelog" value="&zotero.whatsNew;"/>
<label class="zotero-text-link" href="http://juris-m.readthedocs.io/en/latest/changes.html" value="&zotero.whatsNew;"/>
</hbox>
<script>
document.getElementById('version').textContent = Zotero.version;
Expand Down Expand Up @@ -75,4 +75,4 @@
</vbox>
</hbox>
</vbox>
</dialog>
</dialog>

0 comments on commit 5d2834d

Please sign in to comment.