Skip to content

Commit c67ce3b

Browse files
Merge pull request #2055 from CHRIS-BRANNON/dev
Update placeholder
2 parents d275ea6 + 67f36f0 commit c67ce3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/tenant/conditional/DeployVacation.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const ListClassicAlerts = () => {
107107
value: ca.id,
108108
name: `${ca.displayName}`,
109109
}))}
110-
placeholder={!caIsFetching ? 'Select user' : 'Loading...'}
110+
placeholder={!caIsFetching ? 'Select policy' : 'Loading...'}
111111
name="PolicyId"
112112
/>
113113
</CCol>

0 commit comments

Comments
 (0)