mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-07-04 08:02:32 +08:00
fix: Correct preference description (#2619)
This commit is contained in:
@ -87,7 +87,7 @@ fun UpdatesSettingsScreen(
|
||||
BooleanItem(
|
||||
preference = vm.showManagerUpdateDialogOnLaunch,
|
||||
headline = R.string.show_manager_update_dialog_on_launch,
|
||||
description = R.string.update_checking_manager_description
|
||||
description = R.string.show_manager_update_dialog_on_launch_description
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user