[Rt-commit] rt 02/02: Update ticket create role tooltips for groups
craig kaiser
craig at bestpractical.com
Mon Aug 2 13:37:53 UTC 2021
This is an automated email from the git hooks/post-receive script.
craig pushed a commit to branch 5.0/update-role-field-labels
in repository rt.
commit 739c079bfaba955ee1a81dbdc8c5c3a622c885ca
Author: craig kaiser <craig at bestpractical.com>
AuthorDate: Mon Aug 2 08:43:27 2021 -0400
Update ticket create role tooltips for groups
---
share/html/Ticket/Create.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/html/Ticket/Create.html b/share/html/Ticket/Create.html
index a4c8135109..dafded8bca 100644
--- a/share/html/Ticket/Create.html
+++ b/share/html/Ticket/Create.html
@@ -162,14 +162,14 @@
<div class="form-row">
<div class="label col-2"><&|/l&>Cc</&>:
-<span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Sends a copy of this update to a list of email addresses. These people will receive future updates.</&>"></span>
+<span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Sends a copy of this update to the provided users or groups. These people will receive future updates.</&>"></span>
</div>
<div class="value col-9"><& /Elements/EmailInput, Name => 'Cc', Size => undef, Default => $ARGS{Cc}, AutocompleteMultiple => 1, AutocompleteType => 'Principals' &></div>
</div>
<div class="form-row">
<div class="label col-2"><&|/l&>Admin Cc</&>:
-<span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Sends a copy of this update to a list of administrative email addresses. These people will receive future updates.</&>"></span>
+<span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Sends a copy of this update to the provided users or groups. These people will receive future updates.</&>"></span>
</div>
<div class="value col-9"><& /Elements/EmailInput, Name => 'AdminCc', Size => undef, Default => $ARGS{AdminCc}, AutocompleteMultiple => 1, AutocompleteType => 'Principals' &></div>
</div>
--
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.
More information about the rt-commit
mailing list