[PR #7609] [MERGED] fix: grammar/capitalization for links and taglines #6943

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/7609
Author: @jonathanwuki
Created: 9/13/2025
Status: Merged
Merged: 9/13/2025
Merged by: @tremor021

Base: mainHead: fix/caps


📝 Commits (2)

  • 1c25591 fix: grammar/capitalization for links and taglines
  • ada1b74 fix: update number of total scripts

📊 Changes

3 files changed (+8 additions, -8 deletions)

View changed files

📝 frontend/src/app/layout.tsx (+3 -3)
📝 frontend/src/app/manifest.ts (+1 -1)
📝 frontend/src/config/site-config.tsx (+4 -4)

📄 Description

✍️ Description

  • Updates wording/capitalization for navbar links:
    • Github -> GitHub
    • Change Log -> Changelog
  • Updates capitalization for main tagline and removes redundant "environment" wording ("Proxmox VE environment" is really saying "Proxmox Virtual Environment environment")
  • Updates total number of scripts on main tagline from 200+ to 300+

None.

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/community-scripts/ProxmoxVE/pull/7609 **Author:** [@jonathanwuki](https://github.com/jonathanwuki) **Created:** 9/13/2025 **Status:** ✅ Merged **Merged:** 9/13/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `fix/caps` --- ### 📝 Commits (2) - [`1c25591`](https://github.com/community-scripts/ProxmoxVE/commit/1c25591ab5eb8a2a5b2e2589b1213eefcf16907c) fix: grammar/capitalization for links and taglines - [`ada1b74`](https://github.com/community-scripts/ProxmoxVE/commit/ada1b745d4823f3362d80e27d90564f5bb283c0a) fix: update number of total scripts ### 📊 Changes **3 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/app/layout.tsx` (+3 -3) 📝 `frontend/src/app/manifest.ts` (+1 -1) 📝 `frontend/src/config/site-config.tsx` (+4 -4) </details> ### 📄 Description ## ✍️ Description - Updates wording/capitalization for navbar links: - `Github` -> `GitHub` - `Change Log` -> `Changelog` - Updates capitalization for main tagline and removes redundant "environment" wording ("Proxmox VE environment" is really saying "Proxmox Virtual Environment environment") - Updates total number of scripts on main tagline from 200+ to 300+ ## 🔗 Related PR / Issue None. ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [x] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 15:33:32 +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/ProxmoxVE#6943
No description provided.