Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Itinerary
Commits
057bccfb
Commit
057bccfb
authored
Nov 14, 2021
by
Yuri Chornoivan
Browse files
Fix more minor typos
parent
a5e411d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/HealthCertificateBarcode.qml
View file @
057bccfb
...
...
@@ -56,7 +56,7 @@ QQC2.Page {
return
i18n
(
"
Certificate invalid
"
);
}
if
(
certificate
.
signatureState
==
KHC
.
HealthCertificate
.
UnknownSignature
)
{
return
i18n
(
'
Unknown issuer certfic
i
ate
'
);
return
i18n
(
'
Unknown issuer cert
i
ficate
'
);
}
switch
(
certificate
.
type
)
{
...
...
src/app/android/res/values/strings.xml
View file @
057bccfb
...
...
@@ -8,5 +8,5 @@
<string
name=
"application_name_short"
>
Itinerary
</string>
<string
name=
"shortcut_label_current_ticket_short"
>
Current Ticket
</string>
<string
name=
"shortcut_label_health_certs_short"
>
Health Certficates
</string>
<string
name=
"shortcut_label_health_certs_short"
>
Health Cert
i
ficates
</string>
</resources>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment