From 1f4587795efbea1dd53b8be06feb051b598875d5 Mon Sep 17 00:00:00 2001 From: lilia Date: Sat, 9 Apr 2016 20:36:50 -0700 Subject: [PATCH] Add link to github on debug log // FREEBIE --- _locales/en/messages.json | 4 ++++ background.html | 6 ++++++ js/views/debug_log_view.js | 5 ++++- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 676fd2ad..e5d857f5 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2,6 +2,10 @@ "debugLogExplanation": { "message": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting." }, + "reportIssue": { + "message": "Report an issue", + "description": "Link to open the issue tracker" + }, "gotIt": { "message": "Got it!", "description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog." diff --git a/background.html b/background.html index 7be8ea51..04f61ac8 100644 --- a/background.html +++ b/background.html @@ -356,6 +356,12 @@ +

+ + {{ reportIssue }} + +