File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11.crypt-irma-qr {
2- padding-top : 2.5 em ;
2+ width : 100 % ;
33}
44
55.irma-web-form {
Original file line number Diff line number Diff line change @@ -324,7 +324,16 @@ export default class DecryptPanel extends React.Component<
324324 renderSenderIdentity ( ) {
325325 return (
326326 < div className = "crypt-panel-header" >
327- < h1 > You received files from: { this . state . senderPublic } </ h1 >
327+ < h3 >
328+ < img
329+ className = "checkmark-icon"
330+ src = { checkmark }
331+ alt = "checkmark-icon"
332+ style = { { height : "0.85em" } }
333+ />
334+ { getTranslation ( this . props . lang ) . decryptPanel_verifiedEmail } :{ " " }
335+ { this . state . senderPublic }
336+ </ h3 >
328337 </ div >
329338 ) ;
330339 }
Original file line number Diff line number Diff line change 4848}
4949
5050.crypt-irma-qr {
51- padding-top : 2.5 em ;
51+ width : 100 % ;
5252}
5353
5454.irma-web-form {
Original file line number Diff line number Diff line change @@ -316,5 +316,5 @@ const dutch: Translation = {
316316 // attribute types
317317 "pbdf.sidn-pbdf.mobilenumber.mobilenumber" : "mobiel" ,
318318 "pbdf.gemeente.personalData.fullname" : "volledige naam" ,
319- "pbdf.gemeente.personalData.dateofbirth" : "geboorte datum " ,
319+ "pbdf.gemeente.personalData.dateofbirth" : "geboortedatum " ,
320320} ;
You can’t perform that action at this time.
0 commit comments