Compare commits

...

2 Commits

Author SHA1 Message Date
Matthias
344aa1ef9f Merge remote-tracking branch 'origin/master' 2024-05-27 17:53:02 +02:00
Matthias
2aae27e77c fixed typo "Speichen" --> "Speichern" 2024-05-27 17:52:35 +02:00

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)