fix typo
This commit is contained in:
parent
df748878e1
commit
ab4856b307
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ function App(props: Props) {
|
||||||
<Nag
|
<Nag
|
||||||
message={__('lbry.tv collects usage data for itself and 3rd-parties')}
|
message={__('lbry.tv collects usage data for itself and 3rd-parties')}
|
||||||
actionText={__('OK')}
|
actionText={__('OK')}
|
||||||
onClose={handleAnalyticsDismiss}
|
onClick={handleAnalyticsDismiss}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Nag
|
<Nag
|
||||||
|
|
Loading…
Add table
Reference in a new issue