LEFT | RIGHT |
1 title=Adblock Plus has been uninstalled | 1 title=Adblock Plus has been uninstalled |
2 template=simple | 2 template=simple |
3 | 3 |
4 <head> | 4 <head> |
5 <meta name="robots" content="noindex" /> | 5 <meta name="robots" content="noindex" /> |
6 </head> | 6 </head> |
7 | 7 |
8 <section class="highlighted"> | 8 <section markdown="1" class="highlighted"> |
9 <h1>{{"Data submitted successfully"|translate("heading", "Heading text")}}</h1
> | 9 #{{heading[Heading text] Data submitted successfully}} |
10 <p class="subheader">{{"Thank you for your participation"|translate("thanks-yo
u", "Thank you message below heading")}}</p> | 10 |
11 </section> | 11 {{thank-you[Thank you message below heading] Thank you for your participation}} |
| 12 {: .subheader } |
| 13 </section> |
LEFT | RIGHT |