forgot 'gif' file type in translations

This commit is contained in:
plebeius.eth
2024-05-04 17:21:19 +02:00
parent 8456588752
commit 793fb3cb09
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -15,6 +15,8 @@ export const getDisplayMediaInfoType = (type: string, t: any) => {
switch (type) {
case 'image':
return t('image');
case 'gif':
return t('gif');
case 'iframe':
return t('iframe');
case 'video':