diff --git a/app/templates/views/service-settings/name-local.html b/app/templates/views/service-settings/name-local.html new file mode 100644 index 000000000..49304786b --- /dev/null +++ b/app/templates/views/service-settings/name-local.html @@ -0,0 +1,44 @@ + +{% extends "withnav_template.html" %} +{% from "components/textbox.html" import textbox %} +{% from "components/page-header.html" import page_header %} +{% from "components/page-footer.html" import page_footer %} +{% from "components/form.html" import form_wrapper %} + +{% block service_page_title %} + Change your service name +{% endblock %} + +{% block maincolumn_content %} + + {{ page_header( + 'Change your service name', + back_link=url_for('main.service_settings', service_id=current_service.id) + ) }} + +
Your service name should tell users what the message is about as well as who it’s from. For example:
+You should only use an acronym if your users are already familiar with it.
+ +Users will see your service name:
+Users will see your service name as your email sender name.
+ {% endif %} +