Skip to content

Commit

Permalink
Update web/src/components/snapshots/GettingStartedSnapshots.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Parker <[email protected]>
  • Loading branch information
Craig O'Donnell and ajp-io authored Apr 25, 2024
1 parent e18c226 commit c9b46be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/src/components/snapshots/GettingStartedSnapshots.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ export default function GettingStartedSnapshots(props) {
) : isVeleroInstalled ? (
<p className="u-marginTop--10 u-fontSize--normal u-lineHeight--more u-fontWeight--medium u-textColor--bodyCopy">
<Link to="/snapshots/settings" className="link u-fontSize--normal">
create a schedule
Create a schedule
</Link>{" "}
for automatic {featureName}s or you can trigger one manually whenever
you’d like.
for automatic {featureName}s or take a {featureName} manually.
</p>
) : (
<p className="u-marginTop--10 u-fontSize--normal u-lineHeight--more u-fontWeight--medium u-textColor--bodyCopy">
Expand Down

0 comments on commit c9b46be

Please sign in to comment.