Alerting: Clarify that we are adding subling policies (#88829)

clarify that we are adding subling policies
This commit is contained in:
Gilles De Mey
2024-06-06 15:42:38 +02:00
committed by GitHub
parent 755fcc9838
commit cf6a2b9f39
@@ -268,12 +268,12 @@ const Policy = (props: PolicyComponentProps) => {
overlay={
<Menu>
<Menu.Item
label="Insert above"
label="New sibling above"
icon="arrow-up"
onClick={() => onAddPolicy(currentRoute, 'above')}
/>
<Menu.Item
label="Insert below"
label="New sibling below"
icon="arrow-down"
onClick={() => onAddPolicy(currentRoute, 'below')}
/>