Skip to content

Commit

Permalink
feat: Update Coming Soon dialog (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafii2198 authored Aug 3, 2023
1 parent 8a962ab commit c8be5c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fun ComingSoonDialog() {
color = MaterialTheme.colorScheme.onSurface,
)
Text(
"This feature is not yet implemented. Please check back later!",
"This feature is not yet implemented. Open the Minecraft Launcher manually for now.",
style = MaterialTheme.typography.bodyMedium,
modifier = Modifier.padding(bottom = 10.dp),
color = MaterialTheme.colorScheme.onSurface,
Expand Down

0 comments on commit c8be5c3

Please sign in to comment.