diff options
Diffstat (limited to 'rt/share/html/Dashboards/Subscription.html')
-rw-r--r-- | rt/share/html/Dashboards/Subscription.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Dashboards/Subscription.html b/rt/share/html/Dashboards/Subscription.html index 3669e4687..3a57102c7 100644 --- a/rt/share/html/Dashboards/Subscription.html +++ b/rt/share/html/Dashboards/Subscription.html @@ -171,7 +171,7 @@ <&|/l&>Recipient</&>: </td><td class="value"> <input name="Recipient" id="Recipient" size="30" value="<%$fields{Recipient} ? $fields{Recipient} : ''%>" /> -<div class="hints"><% loc("Leave blank to send to your current email address ([_1])", $session{'CurrentUser'}->UserObj->EmailAddress) %></div> +<div class="hints"><% loc("Leave blank to send to your current email address ([_1])", $session{'CurrentUser'}->EmailAddress) %></div> </td></tr> </table> </&> |