mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 01:03:56 +00:00
fix: Correct preference description (#2619)
This commit is contained in:
@@ -87,7 +87,7 @@ fun UpdatesSettingsScreen(
|
|||||||
BooleanItem(
|
BooleanItem(
|
||||||
preference = vm.showManagerUpdateDialogOnLaunch,
|
preference = vm.showManagerUpdateDialogOnLaunch,
|
||||||
headline = R.string.show_manager_update_dialog_on_launch,
|
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