fixed typo "Speichen" --> "Speichern"

This commit is contained in:
Matthias
2024-05-27 17:52:35 +02:00
parent cfdf00e0a5
commit 2aae27e77c

View File

@@ -241,7 +241,7 @@ fun DSBLoginContent(activity: ComponentActivity){
}
) {
Text(
text = "Speichen",
text = "Speichern",
color = MaterialTheme.colorScheme.secondary,
style = MaterialTheme.typography.labelMedium,
modifier = Modifier.padding(10.dp)