diff --git a/static/app-strings.json b/static/app-strings.json index 9e5e45318..b15edaa63 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1261,6 +1261,7 @@ "Unmute": "Unmute", "Manage notifications": "Manage notifications", "Uploads": "Uploads", + "All uploads": "All uploads", "Advanced settings": "Advanced settings", "Browse": "Browse", "Automatic transcoding": "Automatic transcoding", diff --git a/ui/page/fileListPublished/view.jsx b/ui/page/fileListPublished/view.jsx index d5971f281..c87ea8634 100644 --- a/ui/page/fileListPublished/view.jsx +++ b/ui/page/fileListPublished/view.jsx @@ -68,7 +68,35 @@ function FileListPublished(props: Props) { {!!(urls && urls.length) && ( <> {__('Uploads')}} + header={ + +