Skip to content

Commit

Permalink
fixed message about issuance date (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandr Chernyy <[email protected]>
  • Loading branch information
alexchornyi and pingus-nikalex authored Jul 16, 2021
1 parent bc84072 commit bb850bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Localization/SwiftDGC/en.xcloc/Localized Contents/en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -1354,8 +1354,8 @@
<note/>
</trans-unit>
<trans-unit id="hcert.err.iat" xml:space="preserve">
<source>Certificate issuance date is in the future.</source>
<target>Certificate issuance date is in the future.</target>
<source>Cryptographic signature not valid.</source>
<target>Cryptographic signature not valid.</target>
<note/>
</trans-unit>
<trans-unit id="hcert.err.rec.future" xml:space="preserve">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"hcert.err.empty" = "No entries in the certificate.";
"hcert.err.crypto" = "Cryptographic signature not valid.";
"hcert.err.exp" = "Certificate past expiration date.";
"hcert.err.iat" = "Certificate issuance date is in the future.";
"hcert.err.iat" = "Cryptographic signature not valid.";
"hcert.err.vac.future" = "Vaccination date is in the future.";
"hcert.err.rec.future" = "Recovery statement is not valid yet.";
"hcert.err.rec.past" = "Recovery statement is not valid anymore.";
Expand Down

0 comments on commit bb850bb

Please sign in to comment.