Storage -> S3 Storage. Closes https://github.com/owncast/owncast/issues/1459
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user