mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix typos
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
632a7c41d9
commit
795b490d70
@ -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 improve the Lens experience.</span>
|
<span>Surveys are used to improve the Lens experience.</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user