mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-03 21:53:55 -04:00
Fixed typo for string "intro_encryption_title" in introduction screen
Co-authored-by: Andre Kirchhoff <andrekir@pm.me>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user