1
0
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:
Lauri Nevala 2021-02-04 12:39:02 +02:00
parent 24f6aabc49
commit ce37b3feac

View File

@ -21,7 +21,7 @@ export class SurveyPreferenceInput extends React.Component<{survey: SurveyPrefer
export class SurveyPreferenceHint extends React.Component {
render() {
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>
);
}
}