From db79a2a39cf785b8727d830d223bccaf7eba8337 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 16 Mar 2024 09:34:50 +0100 Subject: [PATCH] feat: Update tab label in user profile Changes the label of the media tab from "Created Media" to "Uploaded Media" to more accurately reflect the user activity it represents. This adjustment improves clarity and aligns with the terminology users see elsewhere in the app. --- quackscape/users/templates/users/category.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quackscape/users/templates/users/category.html b/quackscape/users/templates/users/category.html index 04069af..249ba41 100644 --- a/quackscape/users/templates/users/category.html +++ b/quackscape/users/templates/users/category.html @@ -28,7 +28,7 @@ aria-controls="media" aria-selected="false" > - Created Media + Uploaded Media