1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-22 21:51:22 +01:00

update new lines on text emails

This commit is contained in:
Kyle Spearrin 2017-08-30 22:03:21 -04:00
parent e9a36d6cbe
commit 576b85f125
10 changed files with 20 additions and 58 deletions

View File

@ -2,5 +2,4 @@
@{
Layout = "_BasicMailLayout.text";
}
To finalize changing your email address enter the
following code in the pop-up window: @Raw(Model.Token)
To finalize changing your email address enter the following code in the pop-up window: @Raw(Model.Token)

View File

@ -2,11 +2,6 @@
@{
Layout = "_BasicMailLayout.text";
}
A user (@Raw(Model.FromEmail)) recently tried to
change their account to use this email
address (@Raw(Model.ToEmail)). An account already
exists with this email (@Raw(Model.ToEmail)).
A user (@Raw(Model.FromEmail)) recently tried to change their account to use this email address (@Raw(Model.ToEmail)). An account already exists with this email (@Raw(Model.ToEmail)).
If you did not try to change an email
address, you can safely ignore this
email.
If you did not try to change an email address, you can safely ignore this email.

View File

@ -2,12 +2,9 @@
@{
Layout = "_BasicMailLayout.text";
}
You (or someone) recently requested your master
password hint.
You (or someone) recently requested your master password hint.
Your hint is: "@Raw(Model.Hint)"
Login: @Raw(@Model.WebVaultUrl)
If you did not request your master password hint
you can safely ignore this email.
If you did not request your master password hint you can safely ignore this email.

View File

@ -2,9 +2,6 @@
@{
Layout = "_BasicMailLayout.text";
}
You (or someone) recently requested your
master password hint. Unfortunately, your
account does not have a master password hint.
You (or someone) recently requested your master password hint. Unfortunately, your account does not have a master password hint.
If you did not request your master password
hint you can safely ignore this email.
If you did not request your master password hint you can safely ignore this email.

View File

@ -2,14 +2,8 @@
@{
Layout = "_BasicMailLayout.text";
}
This email is to notify you that @Raw(Model.UserEmail)
has accepted your invitation to join
@Raw(Model.OrganizationName).
This email is to notify you that @Raw(Model.UserEmail) has accepted your invitation to join @Raw(Model.OrganizationName).
To confirm this user, log into the bitwarden
web vault, manage your organization "People"
and confirm the user.
To confirm this user, log into the bitwarden web vault, manage your organization "People" and confirm the user.
If you do not wish to confirm this user,
you can also remove them from the
organization on the same page.
If you do not wish to confirm this user, you can also remove them from the organization on the same page.

View File

@ -2,9 +2,6 @@
@{
Layout = "_BasicMailLayout.text";
}
This email is to notify you that you have been
confirmed as a user of @Raw(Model.OrganizationName).
This email is to notify you that you have been confirmed as a user of @Raw(Model.OrganizationName).
Any collections and logins being shared with
you by this organization will now appear in
your bitwarden vault.
Any collections and logins being shared with you by this organization will now appear in your bitwarden vault.

View File

@ -2,13 +2,8 @@
@{
Layout = "_BasicMailLayout.text";
}
You have been invited to join the
@Raw(Model.OrganizationName) organization.
To accept this invite, click the
following link:
You have been invited to join the @Raw(Model.OrganizationName) organization. To accept this invite, click the following link:
@Raw(Model.Url)
If you do not wish to join this
organization, you can safely ignore
this email.
If you do not wish to join this organization, you can safely ignore this email.

View File

@ -2,9 +2,6 @@
@{
Layout = "_BasicMailLayout.text";
}
Click the link below to delete your bitwarden
account (@Raw(Model.Email)). If you did not request
this email to delete your bitwarden account,
you can safely ignore it.
Click the link below to delete your bitwarden account (@Raw(Model.Email)). If you did not request this email to delete your bitwarden account, you can safely ignore it.
@Raw(Model.Url)

View File

@ -2,9 +2,6 @@
@{
Layout = "_BasicMailLayout.text";
}
Verify this email address for your bitwarden
account by clicking the following link. If you
did not request this email to verify a bitwarden
account, you can safely ignore it.
Verify this email address for your bitwarden account by clicking the following link. If you did not request this email to verify a bitwarden account, you can safely ignore it.
@Raw(Model.Url)

View File

@ -2,11 +2,9 @@
@{
Layout = "_MailLayout.text";
}
Thank you for creating an account with bitwarden.
You may now log in with your new account.
Thank you for creating an account with bitwarden. You may now log in with your new account.
Did you know that bitwarden is free to sync with
all of your devices? Download bitwarden today on:
Did you know that bitwarden is free to sync with all of your devices? Download bitwarden today on:
Mobile
============
@ -32,14 +30,10 @@ https://addons.opera.com/extensions/details/bitwarden-free-password-manager/?utm
Web
============
You can also access your vault from any
web-enabled device using our web vault at:
@Raw(Model.WebVaultUrl)/?utm_source=welcome_email&utm_medium=email
You can also access your vault from any web-enabled device using our web vault at: @Raw(Model.WebVaultUrl)/?utm_source=welcome_email&utm_medium=email
If you have any questions or problems you can
email us from our website at:
https://bitwarden.com/contact/?utm_source=welcome_email&utm_medium=email
If you have any questions or problems you can email us from our website at: https://bitwarden.com/contact/?utm_source=welcome_email&utm_medium=email
Thank you!
The bitwarden Team