This commit is contained in:
Markos Gogoulos
2026-03-13 18:44:07 +02:00
parent cb9b4df3f6
commit fb71e1ead4
33 changed files with 56 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ export const MediaListWrapper: React.FC<MediaListWrapperProps> = ({
{
link: '/record_screen',
icon: 'videocam',
text: translateString('Record Screen'),
text: translateString('Record'),
},
];

View File

@@ -88,7 +88,7 @@ function UploadMediaButton({ user, links }) {
{
link: '/record_screen',
icon: 'videocam',
text: translateString('Record Screen'),
text: translateString('Record'),
},
];