Skip to content

Commit

Permalink
changed url showed on "failed to submit report"
Browse files Browse the repository at this point in the history
  • Loading branch information
goatpig committed Mar 31, 2014
1 parent 2449121 commit 13f1557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtdialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def submitReport(self):

except:
LOGEXCEPT('Failed:')
bugpage = 'https://bitcoinarmory.com/submitbug.php'
bugpage = 'https://bitcoinarmory.com/support/'
QMessageBox.information(self, tr('Submitted!'), tr("""
There was a problem submitting your bug report. It is recommended
that you submit this information through our webpage instead:
Expand Down

0 comments on commit 13f1557

Please sign in to comment.