fix: translation fixes by mahsem [frappe] PR#45334
From: https://github.com/frappe/erpnext/pull/45334
Date: 2025-01-19 20:52:58+01:00
- fix: translation fixes
Diagnostics
pre-commit failed for source commit: 1d81a9f9333f96fd7a252d870afa8f121dd7c0e7
erpnext/erpnext_integrations/doctype/plaid_settings/plaid_settings.js
1 file reformatted
pre-commit failed for source commit: 30e87c37dccf34adcd92fd0ee8fbb3838063632b
erpnext/erpnext_integrations/doctype/plaid_settings/plaid_settings.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45334
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45334
# 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