We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b0b8c commit 5fc54ebCopy full SHA for 5fc54eb
app/src/main/java/app/revanced/manager/ui/screen/settings/update/UpdatesSettingsScreen.kt
@@ -87,7 +87,7 @@ fun UpdatesSettingsScreen(
87
BooleanItem(
88
preference = vm.showManagerUpdateDialogOnLaunch,
89
headline = R.string.show_manager_update_dialog_on_launch,
90
- description = R.string.update_checking_manager_description
+ description = R.string.show_manager_update_dialog_on_launch_description
91
)
92
}
93
0 commit comments