1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #13351: Fix missing text due to incorrectly applied translation tags

This commit is contained in:
Jeremy Stretch
2023-08-02 14:53:32 -04:00
parent 82c959570d
commit 04a2543e68
24 changed files with 120 additions and 29 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v3.6
## v3.6-beta2 (FUTURE)
### Bug Fixes
* [#13351](https://github.com/netbox-community/netbox/issues/13351) - Fix missing text due to incorrectly applied translation tags
---
## v3.6-beta1 (2023-08-02)
### Breaking Changes