fix: post body max lines bottom sheet title (#462)

closes #461
This commit is contained in:
Diego Beraldin 2024-01-18 18:13:23 +01:00 committed by GitHub
parent 25a427e6af
commit f32855b1dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ class PostBodyMaxLinesBottomSheet(
top = Spacing.s,
end = Spacing.s,
),
text = stringResource(MR.strings.settings_zombie_mode_interval),
text = stringResource(MR.strings.settings_post_body_max_lines),
style = MaterialTheme.typography.titleLarge,
color = MaterialTheme.colorScheme.onBackground,
)