Remove 'now' in the ad
## Issue It's a split-string (both in sentence and html) that translators can't translate ## Change Asked around, and it's not a design requirement to have 2 lines. Feel free to put in a better drive tagline.
This commit is contained in:
parent
1e3585f5cc
commit
3233e3ab64
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const PremiumPlusTile = (props: Props) => {
|
||||||
|
|
||||||
const title = __('No ads and access to exclusive features!');
|
const title = __('No ads and access to exclusive features!');
|
||||||
const channel = __('Get Odysee Premium+');
|
const channel = __('Get Odysee Premium+');
|
||||||
const time = __('Now');
|
const time = '';
|
||||||
|
|
||||||
return tileLayout ? (
|
return tileLayout ? (
|
||||||
<li className="card claim-preview--tile claim-preview--premium-plus">
|
<li className="card claim-preview--tile claim-preview--premium-plus">
|
||||||
|
|
Loading…
Reference in a new issue