chore: better label for checkbox by ruthra-kumar [frappe] PR#48469
From: https://github.com/frappe/erpnext/pull/48469
Date: 2025-07-08 16:50:45+05:30
- chore: better label for checkbox
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48469
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48469
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease