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:
parent
ceb2d022dc
commit
db79a2a39c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
aria-controls="media"
|
||||
aria-selected="false"
|
||||
>
|
||||
Created Media
|
||||
Uploaded Media
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue