Fixed typo

This commit is contained in:
dankito 2024-09-05 22:41:59 +02:00
parent ccf38e2c07
commit 4153afa814
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ open class TanMedium(
val displayName: String by lazy {
identifier + " " + when (status) {
TanMediumStatus.Used -> "Aktive"
TanMediumStatus.Used -> "Aktiv"
TanMediumStatus.Available -> "Verfügbar"
TanMediumStatus.ActiveFollowUpCard -> " Folgekarte, aktiv bei erster Nutzung"
TanMediumStatus.AvailableFollowUpCard -> " Folgekarte, die erst aktiviert werden muss"