Skip to content

Commit

Permalink
bug fixes button text
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraimler committed Sep 23, 2018
1 parent b3257fd commit 1f7fdec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions chrome/content/lib/texts.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ torpedo.texts.assignTexts = function (url)
$("#advice").html(gluehbirneText);
$("#infotext").html(mehrInfo);
$("#moreinfos").html(infotext);
$("#redirectButton").html(button);
$("#linkDeactivate").html(linkDeaktivierung);
$("#infocheck").html(infoCheck);


document.getElementById("redirectButton").setAttribute("label", button);
document.getElementById("infocheck").setAttribute("label", infoCheck);

// hide light bulb if no text is there
if(gluehbirneText) $("#advicebox").show()
Expand Down
4 changes: 2 additions & 2 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description about="urn:mozilla:install-manifest">

<em:id>[email protected]</em:id>
<em:version>2.3.1/em:version>
<em:version>2.3.1</em:version>
<em:name>TORPEDO - TOoltip-poweRed Phishing Email DetectiOn</em:name>
<em:description>TORPEDO is a tool for recognizing untrustworthy links (phishing). Move the mouse pointer over a link in your email. TORPEDO displays the correct web address in a tooltip and helps you to analyze it.

Expand Down Expand Up @@ -57,7 +57,7 @@ Trustworthy links are displayed in a green box. Links you opened at least two ti
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>26.0</em:minVersion>
<em:maxVersion>60.*</em:maxVersion>
<em:maxVersion>61.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down

0 comments on commit 1f7fdec

Please sign in to comment.