mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update preferences hint text
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
24f6aabc49
commit
ce37b3feac
@ -21,7 +21,7 @@ export class SurveyPreferenceInput extends React.Component<{survey: SurveyPrefer
|
|||||||
export class SurveyPreferenceHint extends React.Component {
|
export class SurveyPreferenceHint extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<span>Surveys are used to improve the Lens experience.</span>
|
<span>This will allow you to participate in surveys to improve the Lens experience.</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user