[PR #4235] [MERGED] Fix password hint text #4566

Closed
opened 2026-02-22 18:36:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4235
Author: @timothycarambat
Created: 8/1/2025
Status: Merged
Merged: 8/1/2025
Merged by: @timothycarambat

Base: masterHead: fix-password-text


📝 Commits (1)

📊 Changes

22 files changed (+24 additions, -129 deletions)

View changed files

📝 frontend/src/locales/ar/common.js (+1 -6)
📝 frontend/src/locales/da/common.js (+1 -6)
📝 frontend/src/locales/de/common.js (+1 -6)
📝 frontend/src/locales/en/common.js (+1 -6)
📝 frontend/src/locales/es/common.js (+1 -6)
📝 frontend/src/locales/et/common.js (+1 -6)
📝 frontend/src/locales/fa/common.js (+1 -6)
📝 frontend/src/locales/fr/common.js (+1 -6)
📝 frontend/src/locales/he/common.js (+1 -6)
📝 frontend/src/locales/it/common.js (+1 -6)
📝 frontend/src/locales/ja/common.js (+1 -6)
📝 frontend/src/locales/ko/common.js (+1 -6)
📝 frontend/src/locales/lv/common.js (+1 -6)
📝 frontend/src/locales/nl/common.js (+1 -6)
📝 frontend/src/locales/pl/common.js (+1 -6)
📝 frontend/src/locales/pt_BR/common.js (+1 -6)
📝 frontend/src/locales/ru/common.js (+1 -6)
📝 frontend/src/locales/tr/common.js (+1 -6)
📝 frontend/src/locales/vn/common.js (+1 -6)
📝 frontend/src/locales/zh/common.js (+1 -6)

...and 2 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

  • Password text description was duplicated and confusing + was using an irrelevant lang key
  • All langs updated to new key with ai-generated text to fill

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/4235 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/1/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `fix-password-text` --- ### 📝 Commits (1) - [`9ad7b96`](https://github.com/Mintplex-Labs/anything-llm/commit/9ad7b965c8502790d874b3cc37dc2cf4c7942f87) Fix password hint text ### 📊 Changes **22 files changed** (+24 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+1 -6) 📝 `frontend/src/locales/da/common.js` (+1 -6) 📝 `frontend/src/locales/de/common.js` (+1 -6) 📝 `frontend/src/locales/en/common.js` (+1 -6) 📝 `frontend/src/locales/es/common.js` (+1 -6) 📝 `frontend/src/locales/et/common.js` (+1 -6) 📝 `frontend/src/locales/fa/common.js` (+1 -6) 📝 `frontend/src/locales/fr/common.js` (+1 -6) 📝 `frontend/src/locales/he/common.js` (+1 -6) 📝 `frontend/src/locales/it/common.js` (+1 -6) 📝 `frontend/src/locales/ja/common.js` (+1 -6) 📝 `frontend/src/locales/ko/common.js` (+1 -6) 📝 `frontend/src/locales/lv/common.js` (+1 -6) 📝 `frontend/src/locales/nl/common.js` (+1 -6) 📝 `frontend/src/locales/pl/common.js` (+1 -6) 📝 `frontend/src/locales/pt_BR/common.js` (+1 -6) 📝 `frontend/src/locales/ru/common.js` (+1 -6) 📝 `frontend/src/locales/tr/common.js` (+1 -6) 📝 `frontend/src/locales/vn/common.js` (+1 -6) 📝 `frontend/src/locales/zh/common.js` (+1 -6) _...and 2 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [x] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? - Password text description was duplicated and confusing + was using an irrelevant lang key - All langs updated to new key with ai-generated text to fill <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:05 -05:00
yindo closed this issue 2026-02-22 18:36:05 -05:00
yindo changed title from [PR #4235] Fix password hint text to [PR #4235] [MERGED] Fix password hint text 2026-06-05 15:19:13 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4566