[PR #20278] [MERGED] Fixes #20258: Correct typographical errors in labels #15874

Closed
opened 2025-12-30 00:24:32 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20278
Author: @pheus
Created: 9/5/2025
Status: Merged
Merged: 9/5/2025
Merged by: @jnovinger

Base: mainHead: 20258-fix-typos-in-forms-and-template


📝 Commits (1)

  • a97af7c fix(forms): Correct typographical errors in form labels

📊 Changes

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

View changed files

📝 netbox/dcim/forms/bulk_import.py (+1 -1)
📝 netbox/templates/core/rq_worker.html (+1 -1)
📝 netbox/tenancy/forms/bulk_edit.py (+1 -1)

📄 Description

Fixes: #20258

This PR corrects three minor typographical errors in user‑facing labels. These are cosmetic changes only; there are no database, API, or behavioral changes.

Summary of changes

  • DCIM → Inventory items → Bulk import (form label)
    Compnent nameComponent name
  • Tenancy → Contact groups → Bulk edit (form label)
    DesciptionDescription
  • Core → RQ Workers (template label/column)
    Curent JobCurrent Job

🔄 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/netbox-community/netbox/pull/20278 **Author:** [@pheus](https://github.com/pheus) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `20258-fix-typos-in-forms-and-template` --- ### 📝 Commits (1) - [`a97af7c`](https://github.com/netbox-community/netbox/commit/a97af7c6416f63462feee4b12681c7280b5d56d5) fix(forms): Correct typographical errors in form labels ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms/bulk_import.py` (+1 -1) 📝 `netbox/templates/core/rq_worker.html` (+1 -1) 📝 `netbox/tenancy/forms/bulk_edit.py` (+1 -1) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #20258 <!-- Please include a summary of the proposed changes below. --> This PR corrects three minor typographical errors in user‑facing labels. These are cosmetic changes only; there are no database, API, or behavioral changes. #### Summary of changes - **DCIM → Inventory items → Bulk import (form label)** `Compnent name` ➜ `Component name` - **Tenancy → Contact groups → Bulk edit (form label)** `Desciption` ➜ `Description` - **Core → RQ Workers (template label/column)** `Curent Job` ➜ `Current Job` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:24:32 +01:00
adam closed this issue 2025-12-30 00:24:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15874