mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +02:00
Fix subject and text of domain invitation
This commit is contained in:
parent
c6670bd9f6
commit
952fe96c00
2 changed files with 28 additions and 5 deletions
|
@ -1,6 +1,29 @@
|
||||||
You have been invited to manage the domain {{ domain.name }} on get.gov,
|
{% autoescape off %}{# In a text file, we don't want to have HTML entities escaped #}
|
||||||
the registrar for .gov domain names.
|
Hi $CONFIRM_firstname.
|
||||||
|
{{ contact.first_name }}
|
||||||
|
|
||||||
To accept your invitation, go to <{{ domain_url }}>.
|
|
||||||
|
|
||||||
You will need to log in with a Login.gov account using this email address.
|
$CONFIRM_name-of-person-who-added-this-person has added you as a manager on {{ domain.name }}.
|
||||||
|
{{ application.submitter.first_name }}
|
||||||
|
{{ application.submitter.creator }}
|
||||||
|
|
||||||
|
YOU NEED A LOGIN.GOV ACCOUNT
|
||||||
|
You’ll need a Login.gov account to manage your .gov domain. Login.gov provides a simple and secure process for signing into many government services with one account. If you don’t already have one, follow these steps to create your Login.gov account <https://login.gov/help/get-started/create-your-account/>.
|
||||||
|
|
||||||
|
DOMAIN MANAGEMENT
|
||||||
|
As a .gov domain manager you can add or update information about your domain. You’ll also serve as a contact for your .gov domain. Please keep your contact information updated. Learn more about domain management <https://get.gov/help/>.
|
||||||
|
|
||||||
|
SOMETHING WRONG?
|
||||||
|
If you’re not affiliated with $domain.gov or think you received this message in error, contact the .gov team <https://get.gov/help/#contact-us>.
|
||||||
|
|
||||||
|
|
||||||
|
THANK YOU
|
||||||
|
|
||||||
|
.Gov helps the public identify official, trusted information. Thank you for using a .gov domain.
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
The .gov team
|
||||||
|
Contact us: <https://get.gov/contact/>
|
||||||
|
Visit <https://get.gov>
|
||||||
|
{% endautoescape %}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
You are invited to manage {{ domain.name }} on get.gov
|
You’ve been added to a .gov domain
|
Loading…
Add table
Add a link
Reference in a new issue