Browse Source
			
			
			
			
				
		This commit contains mostly superficial user-facing cleanup, to be followed up with more extensive cleanup and fixes in the API implementation.pull/2044/head
				 21 changed files with 101 additions and 101 deletions
			
			
		| @ -1,8 +1,8 @@ | |||||
| Emergency contact {{{grantee_email}}} accepted | Emergency access contact {{{grantee_email}}} accepted | ||||
| <!----------------> | <!----------------> | ||||
| This email is to notify you that {{grantee_email}} has accepted your invitation to become an emergency access contact. | This email is to notify you that {{grantee_email}} has accepted your invitation to become an emergency access contact. | ||||
| 
 | 
 | ||||
| To confirm this user, Log into {{url}} the Bitwarden web vault, go to settings and confirm the user. | To confirm this user, log into the web vault ({{url}}), go to settings and confirm the user. | ||||
| 
 | 
 | ||||
| If you do not wish to confirm this user, you can also remove them on the same page. | If you do not wish to confirm this user, you can also remove them on the same page. | ||||
| {{> email/email_footer_text }} | {{> email/email_footer_text }} | ||||
|  | |||||
| @ -1,6 +1,6 @@ | |||||
| Emergency contact for {{{grantor_name}}} confirmed | Emergency access contact for {{{grantor_name}}} confirmed | ||||
| <!----------------> | <!----------------> | ||||
| This email is to notify you that you have been confirmed as an emergency access contact for *{{grantor_name}}* was confirmed. | This email is to notify you that you have been confirmed as an emergency access contact for *{{grantor_name}}*. | ||||
| 
 | 
 | ||||
| You can now initiate emergency access requests from the web vault. Log in {{url}}. | You can now initiate emergency access requests from the web vault ({{url}}). | ||||
| {{> email/email_footer_text }} | {{> email/email_footer_text }} | ||||
|  | |||||
| @ -1,17 +1,16 @@ | |||||
| Emergency contact for {{{grantor_name}}} confirmed | Emergency access contact for {{{grantor_name}}} confirmed | ||||
| <!----------------> | <!----------------> | ||||
| {{> email/email_header }} | {{> email/email_header }} | ||||
|  <table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> |  <table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> | ||||
|     <tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> |     <tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> | ||||
|        <td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none;" valign="top"> |        <td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none;" valign="top"> | ||||
|            This email is to notify you that you have been confirmed as an emergency access contact for <b style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">{{grantor_name}}</b> was confirmed. |            This email is to notify you that you have been confirmed as an emergency access contact for <b style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">{{grantor_name}}</b>. | ||||
|        </td> |        </td> | ||||
|     </tr> |     </tr> | ||||
|     <tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> |     <tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> | ||||
|        <td class="content-block last" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0; -webkit-text-size-adjust: none;" valign="top"> |        <td class="content-block last" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0; -webkit-text-size-adjust: none;" valign="top"> | ||||
|            You can now initiate emergency access requests from the web vault. <br> |            You can now initiate emergency access requests from the <a href="{{url}}/">web vault</a>. | ||||
|           <a href="{{url}}/">Log in</a> |  | ||||
|        </td> |        </td> | ||||
|     </tr> |     </tr> | ||||
|  </table> |  </table> | ||||
| {{> email/email_footer }} | {{> email/email_footer }} | ||||
|  | |||||
| @ -1,4 +1,4 @@ | |||||
| Emergency contact request for {{{grantor_name}}} approved | Emergency access request for {{{grantor_name}}} approved | ||||
| <!----------------> | <!----------------> | ||||
| {{grantor_name}} has approved your emergency request. You may now login {{url}} on the web vault and access their account. | {{grantor_name}} has approved your emergency access request. You may now login on the web vault ({{url}}) and access their account. | ||||
| {{> email/email_footer_text }} | {{> email/email_footer_text }} | ||||
|  | |||||
| @ -1,11 +1,11 @@ | |||||
| Emergency contact for {{{grantor_name}}} approved | Emergency access request for {{{grantor_name}}} approved | ||||
| <!----------------> | <!----------------> | ||||
| {{> email/email_header }} | {{> email/email_header }} | ||||
|  <table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> |  <table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> | ||||
|     <tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> |     <tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> | ||||
|        <td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none;" valign="top"> |        <td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none;" valign="top"> | ||||
|            <b style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">{{grantor_name}}</b> has approved your emergency request. You may now <a href="{{url}}/">login</a> on the web vault and access their account. |            <b style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">{{grantor_name}}</b> has approved your emergency access request. You may now login on the <a href="{{url}}/">web vault</a> and access their account. | ||||
|        </td> |        </td> | ||||
|     </tr> |     </tr> | ||||
|  </table> |  </table> | ||||
| {{> email/email_footer }} | {{> email/email_footer }} | ||||
|  | |||||
| @ -1,6 +1,6 @@ | |||||
| Emergency access request by {{{grantee_name}}} initiated | Emergency access request by {{{grantee_name}}} initiated | ||||
| <!----------------> | <!----------------> | ||||
| {{grantee_name}} has initiated an emergency request to *{{atype}}* your account. You may login on the web vault and manually approve or reject this request. | {{grantee_name}} has initiated an emergency access request to {{atype}} your account. You may login on the web vault ({{url}}) and manually approve or reject this request. | ||||
| 
 | 
 | ||||
| If you do nothing, the request will automatically be approved after {{wait_time_days}} day(s). | If you do nothing, the request will automatically be approved after {{wait_time_days}} day(s). | ||||
| {{> email/email_footer_text }} | {{> email/email_footer_text }} | ||||
|  | |||||
| @ -1,4 +1,4 @@ | |||||
| Emergency access request to {{{grantor_name}}} rejected | Emergency access request to {{{grantor_name}}} rejected | ||||
| <!----------------> | <!----------------> | ||||
| {{grantor_name}} has rejected your emergency request. | {{grantor_name}} has rejected your emergency access request. | ||||
| {{> email/email_footer_text }} | {{> email/email_footer_text }} | ||||
|  | |||||
| @ -1,6 +1,6 @@ | |||||
| Emergency access request by {{{grantee_name}}} is pending | Emergency access request by {{{grantee_name}}} is pending | ||||
| <!----------------> | <!----------------> | ||||
| {{grantee_name}} has a pending emergency request to *{{atype}}* your account. You may login on the web vault and manually approve or reject this request. | {{grantee_name}} has a pending emergency access request to {{atype}} your account. You may login on the web vault ({{url}}) and manually approve or reject this request. | ||||
| 
 | 
 | ||||
| If you do nothing, the request will automatically be approved after {{wait_time_days}} day(s). | If you do nothing, the request will automatically be approved after {{days_left}} day(s). | ||||
| {{> email/email_footer_text }} | {{> email/email_footer_text }} | ||||
|  | |||||
| @ -1,4 +1,4 @@ | |||||
| Emergency access request by {{{grantee_name}}} granted | Emergency access request by {{{grantee_name}}} granted | ||||
| <!----------------> | <!----------------> | ||||
| {{grantee_name}} has been granted emergency request to *{{atype}}* your account. You may login on the web vault and manually revoke this request. | {{grantee_name}} has been granted emergency access to {{atype}} your account. You may login on the web vault ({{url}}) and manually revoke this request. | ||||
| {{> email/email_footer_text }} | {{> email/email_footer_text }} | ||||
|  | |||||
					Loading…
					
					
				
		Reference in new issue