Skip to content

Commit 9905904

Browse files
Merge branch 'main' into fix-race-in-virtual-session-provider
2 parents 0a9e880 + aac7f68 commit 9905904

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

templates/mail/auth/reset_passwd.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<p>{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}</p><br>
1111
<p>{{.i18n.Tr "mail.reset_password.text" .ResetPwdCodeLives | Str2html}}</p><p><a href="{{$recover_url}}">{{$recover_url}}</a></p><br>
12-
<p>{{.i18n.Tr "mail.link_not_working_do_paste" .DisplayName AppName | Str2html}}</p>
12+
<p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
1313

1414
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
1515
</body>

web_src/less/_dashboard.less

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
.item {
1818
text-align: left;
19+
display: flex;
20+
align-items: center;
21+
justify-content: space-between;
1922

2023
.text {
2124
height: 16px;

0 commit comments

Comments
 (0)