Skip to content
Snippets Groups Projects
Commit c6f80829 authored by David Bühler's avatar David Bühler
Browse files

[ivette] Eva coverage and summary: slightly changes some texts.

parent c7a1b850
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ Ivette.registerComponent({ ...@@ -195,7 +195,7 @@ Ivette.registerComponent({
group: 'frama-c.plugins', group: 'frama-c.plugins',
rank: 10, rank: 10,
label: 'Eva Coverage', label: 'Eva Coverage',
title: 'Detailed coverage and results of the Eva analysis', title: 'Detailed coverage of the Eva analysis',
children: <CoverageComponent />, children: <CoverageComponent />,
}); });
......
...@@ -211,15 +211,15 @@ export function EvaSummary(): JSX.Element { ...@@ -211,15 +211,15 @@ export function EvaSummary(): JSX.Element {
if (state === 'not_computed') if (state === 'not_computed')
return ( return (
<div className="eva-summary-status"> <div className="eva-summary-status">
Eva analysis not run yet. No Eva analysis has been run yet.
</div> </div>
); );
if (state === 'computing') if (state === 'computing')
return ( return (
<div className="eva-summary-status"> <div className="eva-summary-status">
Eva analysis running.
<LED status="active" blink /> <LED status="active" blink />
Eva analysis in progress…
</div> </div>
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment