Browse Source

Fix typo

pull/504/head
Jip Fr 2 years ago
parent
commit
1dc957b56a
  1. 2
      src/views/media/MediaView.tsx

2
src/views/media/MediaView.tsx

@ -71,7 +71,7 @@ function MediaVIewNotAllowed(props: { onGoBack(): void }) { @@ -71,7 +71,7 @@ function MediaVIewNotAllowed(props: { onGoBack(): void }) {
error={{
name: "Media not allowed",
description:
"this media is no longer availabe due to a takedown notice or copyright claim",
"this media is no longer available due to a takedown notice or copyright claim",
path: "",
}}
/>

Loading…
Cancel
Save