Skip to content

Commit fd27960

Browse files
authored
Removes service desk email definition from translation file. Switches any invocations of the service desk email to support email address. (#719)
1 parent a628c34 commit fd27960

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a class="contact-support-link" href="mailto:<%= I18n.t('service_desk_email_address') %>?subject=Technical%20Support%20for%20<%= submission.author.first_name + ' ' + submission.author.last_name %>%20&body=<%= admin_edit_submission_url(submission.id) %>%0d%0dInclude%20a%20full%20description%20of%20the%20problem%20you%20or%20the%20student%20is%20having:" rel="EMAIL"><span class="fa fa-envelope"></span> Contact Support for this Submission</a>
1+
<a class="contact-support-link" href="mailto:<%= I18n.t('ul_etda_support_email_address') %>?subject=Technical%20Support%20for%20<%= submission.author.first_name + ' ' + submission.author.last_name %>%20&body=<%= admin_edit_submission_url(submission.id) %>%0d%0dInclude%20a%20full%20description%20of%20the%20problem%20you%20or%20the%20student%20is%20having:" rel="EMAIL"><span class="fa fa-envelope"></span> Contact Support for this Submission</a>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<%= link_to 'Contact Support', "mailto:#{I18n.t('service_desk_email_address')}", class: 'small' %><span class="sr-only">opens mail to <%= I18n.t('service_desk_email_address').to_s %></span>
1+
<%= link_to 'Contact Support', "mailto:#{I18n.t('ul_etda_support_email_address')}", class: 'small' %><span class="sr-only">opens mail to <%= I18n.t('ul_etda_support_email_address').to_s %></span>

config/locales/etda.en.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
en:
22
libraries_help_link: https://libraries.psu.edu/website-feedback
3-
service_desk_email_address: 'etda@servicedesk.css.psu.edu'
43
ul_etda_support_email_address: 'uletdasupport@psu.edu'
54
released_message:
65
success: '%{released_count} %{submissions} successfully released for publication. '

0 commit comments

Comments
 (0)