~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/filebug_dupefinder.js

  • Committer: Ian Booth
  • Date: 2011-04-19 15:10:57 UTC
  • mfrom: (12868 devel)
  • mto: This revision was merged to the branch mainline in revision 12983.
  • Revision ID: ian.booth@canonical.com-20110419151057-he56y6k29c4zeiyk
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
 
290
290
    // Create the do-you-want-to-subscribe FormOverlay.
291
291
    subscribe_form_overlay = new Y.lazr.FormOverlay({
292
 
        headerContent: '<h2>I am affected by this bug</h2>',
 
292
        headerContent: '<h2>Affected by this bug?</h2>',
293
293
        form_content: subscribe_form_body,
294
294
        form_submit_button: Y.Node.create(submit_button_html),
295
295
        form_cancel_button: Y.Node.create(cancel_button_html),