Remove easter egg screen text

This commit is contained in:
MM20
2025-11-23 21:43:21 +01:00
parent f74d995c89
commit e22e37970e
2 changed files with 0 additions and 10 deletions

View File

@@ -45,14 +45,6 @@ fun EasterEggSettingsScreen() {
.padding(16.dp),
horizontalAlignment = Alignment.CenterHorizontally
) {
Text(
modifier = Modifier.padding(16.dp),
text = stringResource(id = R.string.easter_egg_text),
textAlign = TextAlign.Center,
style = MaterialTheme.typography.headlineSmall.copy(
color = textColor
)
)
Box(
modifier = Modifier
.fillMaxWidth()

View File

@@ -239,8 +239,6 @@
<string name="notes_widget_dismissed">Note dismissed</string>
<!-- Indicates to which app a shortcuts belongs. %1$s: the name of the app -->
<string name="shortcut_summary">By %1$s</string>
<!-- Wait, we have easter eggs? No way! -->
<string name="easter_egg_text">Well, you found me. Congratulations. Was it worth it\?</string>
<!-- Close a dialog -->
<string name="close">Close</string>
<string name="no_selection">No selection</string>