From 59f0fce728e8ffc43b1d7ea6ab3fa5f4b891d7d4 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 15 Nov 2021 12:22:45 -0800 Subject: [PATCH] Storage -> S3 Storage. Closes https://github.com/owncast/owncast/issues/1459 --- web/components/config/edit-storage.tsx | 2 +- web/components/main-layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/config/edit-storage.tsx b/web/components/config/edit-storage.tsx index 7ff1d0bfb..f717bfba9 100644 --- a/web/components/config/edit-storage.tsx +++ b/web/components/config/edit-storage.tsx @@ -167,7 +167,7 @@ export default function EditStorage() { diff --git a/web/components/main-layout.tsx b/web/components/main-layout.tsx index 2dfb92d92..22a6cccf8 100644 --- a/web/components/main-layout.tsx +++ b/web/components/main-layout.tsx @@ -177,7 +177,7 @@ export default function MainLayout(props) { Chat - Storage + S3 Storage