File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 41
41
border-radius: 2rem;
42
42
text-decoration: none;
43
43
"> {{ _("mas.emails.recovery.create_new_password") }}</ a > < br />
44
- < br />
44
+ < p style ="font-size: 14px; font-size: 0.875rem; ">
45
+ {{ _("mas.emails.recovery.fallback") }} {{ _("mas.emails.recovery.copy_link") }}
46
+ </ p >
47
+ < p style ="font-size: 14px; font-size: 0.875rem; ">
48
+ < a href ="{{ recovery_link }} " target ="_blank "> {{ recovery_link }}</ a >
49
+ </ p >
45
50
{{ _("mas.emails.recovery.you_can_ignore") }}
46
51
</ body >
47
52
</ html >
Original file line number Diff line number Diff line change 287
287
},
288
288
"copy_link" : " Copy the following link and paste it into a browser to create a new password:" ,
289
289
"@copy_link" : {
290
- "context" : " emails/recovery.txt:12:3-37"
290
+ "context" : " emails/recovery.html:45:49-83, emails/recovery. txt:12:3-37"
291
291
},
292
292
"create_new_password" : " Create new password" ,
293
293
"@create_new_password" : {
294
294
"context" : " emails/recovery.html:43:9-53"
295
295
},
296
+ "fallback" : " The button doesn't work for you?" ,
297
+ "@fallback" : {
298
+ "context" : " emails/recovery.html:45:9-42"
299
+ },
296
300
"headline" : " You requested a password reset for your %(server_name)s account." ,
297
301
"@headline" : {
298
302
"context" : " emails/recovery.html:26:7-74, emails/recovery.txt:10:3-70"
303
307
},
304
308
"you_can_ignore" : " If you didn't ask for a new password, you can ignore this email. Your current password will continue to work." ,
305
309
"@you_can_ignore" : {
306
- "context" : " emails/recovery.html:45 :7-46, emails/recovery.txt:16:3-42"
310
+ "context" : " emails/recovery.html:50 :7-46, emails/recovery.txt:16:3-42"
307
311
}
308
312
},
309
313
"verify" : {
You can’t perform that action at this time.
0 commit comments