Skip to content

Commit

Permalink
update blank signature page
Browse files Browse the repository at this point in the history
  • Loading branch information
zengchen1024 committed Mar 11, 2021
1 parent 59fbe18 commit 8eb41ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func newGeneratorForEnglish() (*corpSigningPDF, error) {

signatureItems: [][]string{
{"Community Sign", "Corporation Sign"},
{"Signature", "Signature"},
{"Signature", "Signature and Seal"},
{"Title", "Title"},
{"Community", "Corporation"},
},
Expand Down Expand Up @@ -134,7 +134,7 @@ func newGeneratorForChinese() (*corpSigningPDF, error) {

signatureItems: [][]string{
{"社区签署", "企业签署"},
{"签名", "签名"},
{"签名", "签名(加盖公章)"},
{"职位", "职位"},
{"社区名称", "企业名称"},
},
Expand Down

0 comments on commit 8eb41ed

Please sign in to comment.