Description: Briefly describe the changes in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Description
Fixed another malformed date string. This one was present in the Admin Panel.
Also, I took some liberty and adapted it to DD/MM/YYYY instead of MMMM DD, YYYY.
Reason being is that the months are displayed in English regardless of the language set in the UI (and/or the browser), so, in portuguese, the old format would make very little sense, as, for instance, it would appear as "13 de March de 2024" instead of "13 de março de 2024".
So, in order to fix the issue without translating the date parser, I've changed the format.
Built from source, and it fixes the issue above.
Changelog Entry
Fixed
Fixed another malformed date format that caused the date in Brazilian Portuguese to appear as AMAMAMAM.
🔄 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/open-webui/open-webui/pull/1586
**Author:** [@Fusseldieb](https://github.com/Fusseldieb)
**Created:** 4/17/2024
**Status:** ✅ Merged
**Merged:** 4/17/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `patch-1`
---
### 📝 Commits (2)
- [`8517547`](https://github.com/open-webui/open-webui/commit/851754700a4d4c90602c57564076521940d88fca) Merge pull request #1555 from open-webui/dev
- [`b5372bf`](https://github.com/open-webui/open-webui/commit/b5372bf715a79059f7007412740909e10a591cbb) Fixed malformed date string
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/i18n/locales/pt-BR/translation.json` (+1 -1)
</details>
### 📄 Description
## Pull Request Checklist
- [x] **Description:** Briefly describe the changes in this pull request.
- [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [x] **Documentation:** Have you updated relevant documentation?
- [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
---
## Description
Fixed another malformed date string. This one was present in the Admin Panel.

Also, I took some liberty and adapted it to `DD/MM/YYYY` instead of `MMMM DD, YYYY`.
Reason being is that the months are displayed in English regardless of the language set in the UI (and/or the browser), so, in portuguese, the old format would make very little sense, as, for instance, it would appear as "13 de March de 2024" instead of "13 de março de 2024".
So, in order to fix the issue without translating the date parser, I've changed the format.
Built from source, and it fixes the issue above.

---
### Changelog Entry
### Fixed
- Fixed another malformed date format that caused the date in Brazilian Portuguese to appear as AMAMAMAM.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1586
Author: @Fusseldieb
Created: 4/17/2024
Status: ✅ Merged
Merged: 4/17/2024
Merged by: @tjbck
Base:
dev← Head:patch-1📝 Commits (2)
8517547Merge pull request #1555 from open-webui/devb5372bfFixed malformed date string📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/i18n/locales/pt-BR/translation.json(+1 -1)📄 Description
Pull Request Checklist
Description
Fixed another malformed date string. This one was present in the Admin Panel.
Also, I took some liberty and adapted it to
DD/MM/YYYYinstead ofMMMM DD, YYYY.Reason being is that the months are displayed in English regardless of the language set in the UI (and/or the browser), so, in portuguese, the old format would make very little sense, as, for instance, it would appear as "13 de March de 2024" instead of "13 de março de 2024".
So, in order to fix the issue without translating the date parser, I've changed the format.
Built from source, and it fixes the issue above.
Changelog Entry
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.