Skip to content

feat: Rename translation of other_bank_document #1436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cozy-client/src/models/document/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"note_finance": "Note Finance |||| Notes Finance",
"note_invoice": "Note Invoice |||| Notes Invoice",
"other_activity_document": "Other sports document |||| Other sports documents",
"other_bank_document": "Other banking document |||| Other banking documents",
"other_bank_document": "Other financial document |||| Other financial documents",
"other_family_document": "Other family document |||| Other family documents",
"other_health_document": "Other health document |||| Other health documents",
"other_house_document": "Other house document |||| Other house documents",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-client/src/models/document/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"note_finance": "Note Finances |||| Notes Finances",
"note_invoice": "Note Factures |||| Notes Factures",
"other_activity_document": "Autre document sportif |||| Autres documents sportifs",
"other_bank_document": "Autre document bancaire |||| Autres documents bancaires",
"other_bank_document": "Autre document financier |||| Autres documents financiers",
"other_family_document": "Autre document de famille |||| Autres documents de famille",
"other_health_document": "Autre document de santé |||| Autres documents de santé",
"other_house_document": "Autre document de logement |||| Autres documents de logement",
Expand Down