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.
This commit is contained in:
Kumi 2024-03-16 09:34:50 +01:00
parent ceb2d022dc
commit db79a2a39c
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -28,7 +28,7 @@
aria-controls="media"
aria-selected="false"
>
Created Media
Uploaded Media
</button>
</li>
</ul>