[PR #20782] [MERGED] closes 20774: used gettext_lazy instead gettext #16049

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20782
Author: @lexapi
Created: 11/10/2025
Status: Merged
Merged: 11/11/2025
Merged by: @jnovinger

Base: mainHead: 20774-use-gettexlazy


📝 Commits (1)

  • a182e09 closes 20774: used gettext_lazy instead gettext

📊 Changes

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

View changed files

📝 netbox/core/object_actions.py (+1 -1)
📝 netbox/dcim/object_actions.py (+1 -1)
📝 netbox/netbox/object_actions.py (+1 -1)
📝 netbox/virtualization/object_actions.py (+1 -1)

📄 Description

Fixes: #20774

The function for translating action button labels has been replaced


🔄 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/20782 **Author:** [@lexapi](https://github.com/lexapi) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `20774-use-gettexlazy` --- ### 📝 Commits (1) - [`a182e09`](https://github.com/netbox-community/netbox/commit/a182e09cb556d134df341efbd106e368b7247ce9) closes 20774: used gettext_lazy instead gettext ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/core/object_actions.py` (+1 -1) 📝 `netbox/dcim/object_actions.py` (+1 -1) 📝 `netbox/netbox/object_actions.py` (+1 -1) 📝 `netbox/virtualization/object_actions.py` (+1 -1) </details> ### 📄 Description ### Fixes: #20774 The function for translating action button labels has been replaced --- <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:25:31 +01:00
adam closed this issue 2025-12-30 00:25:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#16049