Fix empty schedule quote (#2411)

This commit is contained in:
RachelElysia 2021-10-06 14:27:00 -04:00 committed by GitHub
parent 63269835d8
commit dd18929a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ const ScheduleListWrapper = (props: IScheduleListWrapperProps): JSX.Element => {
<h2>You don&apos;t have any queries scheduled.</h2>
<p>
{!isTeamMaintainer
? "Schedule a query, or go to your osquery packs via the &lsquo;Advanced&rsquo; button."
? "Schedule a query, or go to your osquery packs via the 'Advanced' button."
: "Schedule a query to run on hosts assigned to this team."}
</p>
<div className={`${noScheduleClass}__-cta-buttons`}>

View file

@ -130,7 +130,7 @@
}
&__inner-text {
width: 350px;
width: 290px;
}
&__schedule-button {