Update settings content

This commit is contained in:
karlchillmaid
2019-10-30 10:49:05 +00:00
committed by GitHub
parent b46716416a
commit 0b089bda32

View File

@@ -53,10 +53,10 @@
<li>
<h2 class="heading-small">Set up your service</h2>
{% if not current_user.is_authenticated %}
<p>Review your settings to make sure your messages have the right branding.</p>
<p>Review your settings to add message branding, reply-to addresses and sender information.</p>
<p>Add team members and check their <a href="{{ url_for('main.features', _anchor='permissions') }}">permissions</a>.</p>
{% else %}
<p>Review your <a href="{{ url_for('.service_settings', service_id=current_service.id) }}">settings</a> to make sure your messages have the right branding.</p>
<p>Review your <a href="{{ url_for('.service_settings', service_id=current_service.id) }}">settings</a> to add message branding, reply-to addresses and sender information.</p>
<p>Add <a href="{{ url_for('.manage_users', service_id=current_service.id) }}">team members</a> and check their <a href="{{ url_for('main.features', _anchor='permissions') }}">permissions</a>.</p>
{% endif %}
</li>