chore: Make headings consistent without trailing colon
Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
@@ -173,7 +173,7 @@ export const PodDrawer = ({ podAndErrors, open }: PodDrawerProps) => {
|
||||
</Grid>
|
||||
{podAndErrors.errors.length > 0 && (
|
||||
<Grid item xs={12}>
|
||||
<Typography variant="h5">Errors:</Typography>
|
||||
<Typography variant="h5">Errors</Typography>
|
||||
</Grid>
|
||||
)}
|
||||
{podAndErrors.errors.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user