Skip to content

Commit 6e252b6

Browse files
authored
Merge pull request #233 from robertlagrant/fix-email-test-hover-text
Fixes #161
2 parents 4a495a2 + f7c5646 commit 6e252b6

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)