Przeglądaj źródła

Changed Access level label in admin/users

- Closes #10017
Vallabh 2 lat temu
rodzic
commit
a88ea0962d

+ 1 - 0
CHANGELOG.txt

@@ -5,6 +5,7 @@ Changelog
 ~~~~~~~~~~~~~~~~
 
  * Add `WAGTAILIMAGES_EXTENSIONS` setting to restrict image uploads to specific file types (Aman Pandey, Ananjan-R)
+ * Update user list column level to `Access level` to be easier to understand (Vallabh Tiwari)
  * Docs: Add code block to make it easier to understand contribution docs (Suyash Singh)
  * Maintenance: Update djhtml (html formatting) library to v 1.5.2 (Loveth Omokaro)
  * Maintenance: Re-enable `strictPropertyInitialization` in tsconfig (Thibaud Colas)

+ 1 - 0
docs/releases/5.0.md

@@ -16,6 +16,7 @@ depth: 1
 ### Other features
 
  * Add `WAGTAILIMAGES_EXTENSIONS` setting to restrict image uploads to specific file types (Aman Pandey, Ananjan-R)
+ * Update user list column level to `Access level` to be easier to understand (Vallabh Tiwari)
 
 ### Bug fixes
 

+ 1 - 1
wagtail/users/templates/wagtailusers/users/list.html

@@ -25,7 +25,7 @@
                     </a>
                 {% endif %}
             </th>
-            <th class="level">{% trans "Level" %}</th>
+            <th class="level">{% trans "Access level" %}</th>
             <th class="status">{% trans "Status" %}</th>
             <th class="last-login">{% trans "Last Login" %}</th>
         </tr>