Browse Source

Storage -> S3 Storage. Closes https://github.com/owncast/owncast/issues/1459

pull/1886/head
Gabe Kangas 4 years ago
parent
commit
59f0fce728
  1. 2
      web/components/config/edit-storage.tsx
  2. 2
      web/components/main-layout.tsx

2
web/components/config/edit-storage.tsx

@ -167,7 +167,7 @@ export default function EditStorage() { @@ -167,7 +167,7 @@ export default function EditStorage() {
<ToggleSwitch
apiPath=""
fieldName="enabled"
label="Storage Enabled"
label="Use S3 Storage Provider"
checked={formDataValues.enabled}
onChange={handleSwitchChange}
/>

2
web/components/main-layout.tsx

@ -177,7 +177,7 @@ export default function MainLayout(props) { @@ -177,7 +177,7 @@ export default function MainLayout(props) {
<Link href="/config-chat">Chat</Link>
</Menu.Item>
<Menu.Item key="config-storage">
<Link href="/config-storage">Storage</Link>
<Link href="/config-storage">S3 Storage</Link>
</Menu.Item>
</SubMenu>

Loading…
Cancel
Save