fix: translation in onboarding_widget.js by mahsem [frappe] PR#26917
From: https://github.com/frappe/frappe/pull/26917
Date: 2024-06-23 16:55:19+02:00
- fix: translation in onboarding_widget.js
Diagnostics
pre-commit failed for source commit: 48a4e3a724cfbd379b839edb146cb95c74689357
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook
frappe/public/js/frappe/widgets/onboarding_widget.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26917
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26917
# 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