File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -182,21 +182,21 @@ const htmlText = `
182182 <h2 class="pr-heading">Pay for using <span class="pr-heading__darkreader">Dark Reader</span></h2>
183183 <div class="pr-horizontal-wrapper">
184184 <span class="card card--selected">
185- <span class="card__desc">Regular use</span>
185+ <span class="card__desc">Individual use</span>
186186 <span class="card__price">${ DEFAULT_PRICE_REGULAR } </span>
187187 <a class="button-link" href="${ Links . Redirect . REGULAR } " target="_blank" rel="noopener" data-s="d-card-regular">
188188 <span class="button-link__text">Pay</span>
189189 </a>
190190 </span>
191191 <span class="card">
192- <span class="card__desc">Occasional use </span>
192+ <span class="card__desc">Discount </span>
193193 <span class="card__price"><s class="card__price__strike"> ${ DEFAULT_PRICE_REGULAR } </s>${ DEFAULT_PRICE_DISCOUNT } </span>
194194 <a class="button-link" href="${ Links . Redirect . DISCOUNT } " target="_blank" rel="noopener" data-s="d-card-discount">
195195 <span class="button-link__text">Pay</span>
196196 </a>
197197 </span>
198198 <span class="card">
199- <span class="card__desc">Corporate users </span>
199+ <span class="card__desc">Organizations </span>
200200 <span class="card__price">${ DEFAULT_PRICE_CORP . split ( '/' ) [ 0 ] } <span class="card__price__time">/year</span></span>
201201 <a class="button-link" href="${ Links . Redirect . CORPORATE } " target="_blank" rel="noopener" data-s="d-card-corp">
202202 <span class="button-link__text">Pay</span>
Original file line number Diff line number Diff line change 2929 < p class ="radio-group tiers ">
3030 < label class ="radio-button ">
3131 < input type ="radio " name ="tier " value ="regular " checked >
32- Regular User
32+ Individual Use
3333 </ label >
3434 < label class ="radio-button ">
3535 < input type ="radio " name ="tier " value ="corporate ">
36- Corporate Users
36+ Organizations
3737 </ label >
3838 < label class ="radio-button ">
3939 < input type ="radio " name ="tier " value ="discount ">
You can’t perform that action at this time.
0 commit comments