File tree Expand file tree Collapse file tree 6 files changed +37
-33
lines changed Expand file tree Collapse file tree 6 files changed +37
-33
lines changed Original file line number Diff line number Diff line change 41
41
"homepage" : " https://emailengine.app/" ,
42
42
"dependencies" : {
43
43
"@bugsnag/js" : " 8.1.2" ,
44
- "@bull-board/api" : " 6.5.3 " ,
45
- "@bull-board/hapi" : " 6.5.3 " ,
44
+ "@bull-board/api" : " 6.5.4 " ,
45
+ "@bull-board/hapi" : " 6.5.4 " ,
46
46
"@elastic/elasticsearch" : " 8.15.3" ,
47
47
"@hapi/bell" : " 13.0.2" ,
48
48
"@hapi/boom" : " 10.0.1" ,
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ <h1>EmailEngine v2.49.4</h1><p>EmailEngine includes code from the following soft
116
116
</ tr >
117
117
< tr >
118
118
< td > < a href ="https://npmjs.com/package/@bull-board/api "> @bull-board/api</ a > </ td >
119
- < td > 6.5.3 </ td >
119
+ < td > 6.5.4 </ td >
120
120
< td > MIT</ td >
121
121
< td > felixmosh</ td >
122
122
< td > </ td >
@@ -126,7 +126,7 @@ <h1>EmailEngine v2.49.4</h1><p>EmailEngine includes code from the following soft
126
126
</ tr >
127
127
< tr >
128
128
< td > < a href ="https://npmjs.com/package/@bull-board/hapi "> @bull-board/hapi</ a > </ td >
129
- < td > 6.5.3 </ td >
129
+ < td > 6.5.4 </ td >
130
130
< td > MIT</ td >
131
131
< td > felixmosh</ td >
132
132
< td > </ td >
@@ -136,7 +136,7 @@ <h1>EmailEngine v2.49.4</h1><p>EmailEngine includes code from the following soft
136
136
</ tr >
137
137
< tr >
138
138
< td > < a href ="https://npmjs.com/package/@bull-board/ui "> @bull-board/ui</ a > </ td >
139
- < td > 6.5.3 </ td >
139
+ < td > 6.5.4 </ td >
140
140
< td > MIT</ td >
141
141
< td > felixmosh</ td >
142
142
< td > </ td >
Original file line number Diff line number Diff line change 1
1
msgid ""
2
2
msgstr ""
3
3
"Content-Type : text/plain; charset=ascii\n "
4
- "POT-Creation-Date : 2024-12-25 18:49 +0000\n "
4
+ "POT-Creation-Date : 2024-12-30 10:31 +0000\n "
5
5
6
6
#: views/config/license.hbs:49
7
7
msgid "%d day"
8
8
msgid_plural "%d days"
9
9
msgstr[ 0 ] ""
10
10
msgstr[ 1 ] ""
11
11
12
+ #: views/redirect.hbs:1
13
+ msgid "Click <a href=\" %s\" >here</a> to continue…"
14
+ msgstr ""
15
+
12
16
#: views/unsubscribe.hbs:1
13
17
#: views/unsubscribe.hbs:79
14
18
msgid "Unsubscribe"
@@ -53,8 +57,12 @@ msgstr ""
53
57
msgid "Enter your email address"
54
58
msgstr ""
55
59
56
- #: views/redirect.hbs:1
57
- msgid "Click <a href=\" %s\" >here</a> to continue…"
60
+ #: views/accounts/register/index.hbs:2
61
+ msgid "Choose your email account provider"
62
+ msgstr ""
63
+
64
+ #: views/accounts/register/index.hbs:15
65
+ msgid "Standard IMAP"
58
66
msgstr ""
59
67
60
68
#: views/accounts/register/imap.hbs:11
@@ -80,14 +88,6 @@ msgstr ""
80
88
msgid "Continue"
81
89
msgstr ""
82
90
83
- #: views/accounts/register/index.hbs:2
84
- msgid "Choose your email account provider"
85
- msgstr ""
86
-
87
- #: views/accounts/register/index.hbs:15
88
- msgid "Standard IMAP"
89
- msgstr ""
90
-
91
91
#: views/accounts/register/imap-server.hbs:19
92
92
msgid "IMAP"
93
93
msgstr ""
@@ -259,6 +259,7 @@ msgstr ""
259
259
#: lib/routes-ui.js:6840
260
260
#: lib/routes-ui.js:7068
261
261
#: lib/routes-ui.js:7104
262
+ #: workers/api.js:2127
262
263
msgid "Email Account Setup"
263
264
msgstr ""
264
265
Original file line number Diff line number Diff line change @@ -2123,7 +2123,10 @@ const init = async () => {
2123
2123
// have to use HTML redirect, otherwise samesite=strict cookies are not passed on
2124
2124
return h . view (
2125
2125
'redirect' ,
2126
- { httpRedirectUrl } ,
2126
+ {
2127
+ pageTitleFull : gt . gettext ( 'Email Account Setup' ) ,
2128
+ httpRedirectUrl
2129
+ } ,
2127
2130
{
2128
2131
layout : 'public'
2129
2132
}
You can’t perform that action at this time.
0 commit comments