Skip to content

Commit

Permalink
Merge pull request #41 from alphagov/text-tweak
Browse files Browse the repository at this point in the history
Rename anonymous feedback to user feedback
  • Loading branch information
tijmenb committed Dec 7, 2016
2 parents 1271fb8 + 035f22d commit 2806c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/content_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Popup.generateContentLinks = function(location, currentEnvironment, renderingApp
links.push({ name: "Info page", url: originHost + "/info" + path })
links.push({ name: "Content API (JSON, deprecated)", url: originHost + "/api" + path + ".json" })
links.push({ name: "Draft (may not always work)", url: currentEnvironment.protocol + '://draft-origin.' + currentEnvironment.serviceDomain + path })
links.push({ name: "Anonymous feedback", url: currentEnvironment.protocol + '://support.' + currentEnvironment.serviceDomain + '/anonymous_feedback?path=' + path })
links.push({ name: "User feedback", url: currentEnvironment.protocol + '://support.' + currentEnvironment.serviceDomain + '/anonymous_feedback?path=' + path })
}

links.push({ name: "National Archives", url: "http://webarchive.nationalarchives.gov.uk/*/https://www.gov.uk" + path })
Expand Down

0 comments on commit 2806c5d

Please sign in to comment.