File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ def curation_steps(sender_email):
193
193
"Parameters" : {
194
194
"landing_page" : {
195
195
"url_suffix.$" : "$._context.action_id" ,
196
- "header_background" : "#FFF8C6 " ,
196
+ "header_background" : "#c6e3ff " ,
197
197
"header_icon_url" : "https://connect.materialsdatafacility.org/static/img/MDF-logo%402x.png" ,
198
198
"header_icon_link" : "https://materialsdatafacility.org" ,
199
199
"header_text" : "Curate an MDF Dataset" ,
@@ -204,13 +204,13 @@ def curation_steps(sender_email):
204
204
"name" : "accepted" ,
205
205
"description" : "Accept dataset" ,
206
206
"url_suffix.=" : "`$._context.action_id` + '_approve'" ,
207
- "completed_message" : "Thank you! The dataset has been accepted for publication and processing will proceed."
207
+ "completed_message" : "<h1> Curation Complete - Accepted </h1> The dataset has been accepted for publication and processing will proceed."
208
208
},
209
209
{
210
210
"name" : "rejected" ,
211
211
"description" : "Reject Dataset" ,
212
212
"url_suffix.=" : "`$._context.action_id` + '_deny'" ,
213
- "completed_message" : "The dataset has been rejected and will not proceed."
213
+ "completed_message" : "<h1> Curation Complete - Rejected </h1> The dataset has been rejected and will not proceed."
214
214
}
215
215
]
216
216
},
You can’t perform that action at this time.
0 commit comments