fix: translation in dashboard_utils.js by mahsem [frappe] PR#26912
From: https://github.com/frappe/frappe/pull/26912
Date: 2024-07-02 06:38:33+02:00
- fix: frappe/public/js/frappe/utils/dashboard_utils.js
- fix: translation in dashboard_utils.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26912
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26912
# 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