Commit eb7f9e67 by Giulio Gratta

Text Changes to Help Modal

parent 54c00248
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
</p> </p>
% endif % endif
<p>${_('Have <strong>general questions about {platform_name}</strong>? You can find lots of helpful information in the {platform_name} {link_start}FAQ{link_end}.').format( <p>${_('Have <strong>general questions about {platform_name}</strong>? You can find lots of helpful information in the {platform_name} {link_start}Help Center{link_end}.').format(
link_start='<a href="{url}" target="_blank">'.format( link_start='<a href="{url}" target="_blank">'.format(
url=marketing_link('FAQ') url='https://stanfordonline.zendesk.com/hc/en-us'
), ),
link_end='</a>', link_end='</a>',
platform_name=platform_name)} platform_name=platform_name)}
...@@ -132,14 +132,13 @@ ...@@ -132,14 +132,13 @@
%> %>
<p> <p>
${_( ${_(
'Thank you for your inquiry or feedback. We typically respond to a request ' 'Thank you for your inquiry or feedback. We typically respond to a request within three'
'within one business day (Monday to Friday, {open_time} UTC to {close_time} UTC.) In the meantime, please ' 'business days. In the meantime, please review our {link_start}Help Center articles{link_end},'
'review our {link_start}detailed FAQs{link_end} where most questions have ' 'where answers to many common questions have been posted.'
'already been answered.'
).format( ).format(
open_time=open_time, open_time=open_time,
close_time=close_time, close_time=close_time,
link_start='<a href="{}" target="_blank" id="feedback-faq-link" tabindex="0">'.format(marketing_link('FAQ')), link_start='<a href="{}" target="_blank" id="feedback-faq-link" tabindex="0">'.format('https://stanfordonline.zendesk.com/hc/en-us'),
link_end='</a>' link_end='</a>'
)} )}
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment