[PR #2135] [MERGED] chore(i18n): fix message formatting #2069

Closed
opened 2026-02-26 20:32:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2135
Author: @mKoonrad
Created: 11/5/2025
Status: Merged
Merged: 11/10/2025
Merged by: @dguyen

Base: mainHead: chore(i18n)/2116-fix-formatting


📝 Commits (4)

  • 5838cba chore(i18n): fix message formatting
  • 7c26023 chore: re-run tests
  • 5182fff chore(i18n): fix message formatting
  • f18d9d8 chore: re-run test

📊 Changes

11 files changed (+12 additions, -23 deletions)

View changed files

📝 apps/remix/app/components/dialogs/template-direct-link-dialog.tsx (+1 -1)
📝 apps/remix/app/routes/_authenticated+/_layout.tsx (+2 -4)
📝 apps/remix/app/routes/_authenticated+/admin+/organisations.$id.tsx (+1 -2)
📝 apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx (+1 -2)
📝 apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.email-domains.$id.tsx (+1 -2)
📝 apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.groups.$id.tsx (+1 -2)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx (+1 -2)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id._index.tsx (+1 -2)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id.edit.tsx (+1 -2)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx (+1 -2)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/templates.$id._index.tsx (+1 -2)

📄 Description

Description

Fixes #2116

Changes Made

Clear excessive spaces and formatting in messages

Testing Performed

  • npm run translate with checking web.po file
  • npm run build

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2135 **Author:** [@mKoonrad](https://github.com/mKoonrad) **Created:** 11/5/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `chore(i18n)/2116-fix-formatting` --- ### 📝 Commits (4) - [`5838cba`](https://github.com/documenso/documenso/commit/5838cba8bd823ac07d17d8e920030444f3ec3072) chore(i18n): fix message formatting - [`7c26023`](https://github.com/documenso/documenso/commit/7c26023a335291a981b08eeb01cffc1510154301) chore: re-run tests - [`5182fff`](https://github.com/documenso/documenso/commit/5182fffed053cb3ec83f651faaef973283415169) chore(i18n): fix message formatting - [`f18d9d8`](https://github.com/documenso/documenso/commit/f18d9d8c288bb8bf5fadbfc6fdfa808129955f8a) chore: re-run test ### 📊 Changes **11 files changed** (+12 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/dialogs/template-direct-link-dialog.tsx` (+1 -1) 📝 `apps/remix/app/routes/_authenticated+/_layout.tsx` (+2 -4) 📝 `apps/remix/app/routes/_authenticated+/admin+/organisations.$id.tsx` (+1 -2) 📝 `apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx` (+1 -2) 📝 `apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.email-domains.$id.tsx` (+1 -2) 📝 `apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.groups.$id.tsx` (+1 -2) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx` (+1 -2) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id._index.tsx` (+1 -2) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id.edit.tsx` (+1 -2) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx` (+1 -2) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/templates.$id._index.tsx` (+1 -2) </details> ### 📄 Description ## Description Fixes #2116 ## Changes Made Clear excessive spaces and formatting in messages ## Testing Performed - `npm run translate` with checking web.po file - `npm run build` ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [x] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [x] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:32:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2069
No description provided.