Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix(ui): typos
Browse files Browse the repository at this point in the history
Signed-off-by: András Jáky <[email protected]>
  • Loading branch information
akijakya committed Aug 5, 2024
1 parent 79f64bc commit 4d78486
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/src/layout/AssetScans/TabAssetScanDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const StatusDisplay = ({ state, errors }) => (
<StatusIndicator state={state} errors={errors} />
</div>
{!isEmpty(errors) && (
<ErrorMessageDisplay title="An error has occured">
<ErrorMessageDisplay title="An error has occurred">
{errors.map((error, index) => (
<div key={index}>{error}</div>
))}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/layout/Dashboard/RiskiestRegionsWidget/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import FindingsFilters from "../FindingsFilters";

import COLORS from "utils/scss_variables.module.scss";

import "./reskiest-regions-widget.scss";
import "./riskiest-regions-widget.scss";

const BAR_STACK_ID = 1;
const WIDGET_FINDINGS_ITEMS = [
Expand Down
2 changes: 1 addition & 1 deletion ui/src/layout/Findings/FindingsTablePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const FindingsTablePage = ({
/>
<div style={{ marginLeft: "5px" }}>
<InfoIcon
tooltipId="hide-hostory-info-icon"
tooltipId="hide-history-info-icon"
tooltipText="Hide findings that were replaced by a newer asset asset scans of that type"
/>
</div>
Expand Down

0 comments on commit 4d78486

Please sign in to comment.