mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-03-14 08:53:36 -04:00
all
This commit is contained in:
@@ -56,7 +56,7 @@ export const MediaListWrapper: React.FC<MediaListWrapperProps> = ({
|
||||
{
|
||||
link: '/record_screen',
|
||||
icon: 'videocam',
|
||||
text: translateString('Record Screen'),
|
||||
text: translateString('Record'),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ function UploadMediaButton({ user, links }) {
|
||||
{
|
||||
link: '/record_screen',
|
||||
icon: 'videocam',
|
||||
text: translateString('Record Screen'),
|
||||
text: translateString('Record'),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user