Skip to content

Commit f7c5646

Browse files
committed
Fixed email configuration tooltip wording
Signed-off-by: Rob Grant <[email protected]>
1 parent 4a495a2 commit f7c5646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/administration/configuration/EmailTestConfigurationModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
rules="required"
88
type="email"
99
v-model="emailAddress"
10-
tooltip="This URL is used to construct links back to Dependency-Track from external systems."
10+
tooltip="Enter an email address you control to test your send configuration."
1111
lazy="true"
1212
/>
1313
<template v-slot:modal-footer="{ cancel }">

0 commit comments

Comments
 (0)