We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e1350 commit e40a716Copy full SHA for e40a716
1 file changed
src/cloud/pages/[teamId]/uploads.tsx
@@ -84,7 +84,7 @@ const UploadListPage = ({
84
<LazyDefaultLayout>
85
<Application
86
content={{
87
- header: 'Attachments',
+ header: translate(lngKeys.GeneralAttachments),
88
reduced: true,
89
}}
90
>
0 commit comments