Fixed typo for string "intro_encryption_title" in introduction screen

Co-authored-by: Andre Kirchhoff <andrekir@pm.me>
This commit is contained in:
legendgroupv2
2022-08-16 10:23:45 +01:00
committed by GitHub
parent c1f4b0cd12
commit 8ada4da9b4

View File

@@ -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,