From 8ada4da9b46ac58e32841c8f9add70cf1e638176 Mon Sep 17 00:00:00 2001 From: legendgroupv2 <73121875+legendgroupv2@users.noreply.github.com> Date: Tue, 16 Aug 2022 10:23:45 +0100 Subject: [PATCH] Fixed typo for string "intro_encryption_title" in introduction screen Co-authored-by: Andre Kirchhoff --- app/src/main/java/com/geeksville/mesh/AppIntroduction.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/geeksville/mesh/AppIntroduction.kt b/app/src/main/java/com/geeksville/mesh/AppIntroduction.kt index 134de78b7..f0512bbdc 100644 --- a/app/src/main/java/com/geeksville/mesh/AppIntroduction.kt +++ b/app/src/main/java/com/geeksville/mesh/AppIntroduction.kt @@ -33,7 +33,7 @@ class AppIntroduction : AppIntro() { descriptionColorRes = R.color.colorOnPrimary )) addSlide(AppIntroFragment.createInstance( - title = resources.getString(R.string.intro_ecryption_title), + title = resources.getString(R.string.intro_encryption_title), description = resources.getString(R.string.intro_encryption_text), imageDrawable = R.drawable.channel_name_image, backgroundColorRes = R.color.colourGrey,