fix: Correct preference description (#2619)

This commit is contained in:
aAbed
2025-07-02 17:34:59 +05:45
committed by GitHub
parent 88b0b8c078
commit 5fc54eb53b

View File

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