Skip to content

Commit

Permalink
fix: remove dot from title string (#2887)
Browse files Browse the repository at this point in the history
Signed-off-by: alexandreferris <ferris.alexandre@gmail.com>
  • Loading branch information
alexandreferris authored Apr 12, 2024
1 parent bc12ea5 commit 19bce82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@
<string name="end_to_end_identity_renew_success_dialog_title">Certificate updated</string>
<string name="end_to_end_identity_renew_success_dialog_text">The certificate is updated and your device is verified.</string>
<string name="end_to_end_identity_renew_success_dialog_second_button">Certificate Details</string>
<string name="end_to_end_identity_enrollment_error_dialog_title">Certificate couldn’t be issued.</string>
<string name="end_to_end_identity_enrollment_error_dialog_title">Certificate couldn’t be issued</string>
<string name="end_to_end_identity_enrollment_error_dialog_text">Please try again, or reach out to your team admin.</string>
<string name="end_to_end_identity_ceritifcate">Certificate Details</string>
<string name="end_to_end_identity_certificate_revoked_dialog_title">End-to-end certificate revoked</string>
Expand Down

0 comments on commit 19bce82

Please sign in to comment.