fix: Correct preference description (#2619)

This commit is contained in:
aAbed
2025-07-02 17:34:59 +05:45
committed by oSumAtrIX
parent 7c410fef45
commit 0096169af8

View File

@@ -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
) )
} }
} }