fix: small translation typo
This commit is contained in:
@ -1,15 +0,0 @@
|
|||||||
export interface ChannelType {
|
|
||||||
id: number
|
|
||||||
name: string
|
|
||||||
description: string
|
|
||||||
createdAt: string
|
|
||||||
updatedAt: string
|
|
||||||
}
|
|
||||||
|
|
||||||
export const channelExample: ChannelType = {
|
|
||||||
id: 4,
|
|
||||||
name: 'Channel 4',
|
|
||||||
description: '',
|
|
||||||
createdAt: '',
|
|
||||||
updatedAt: ''
|
|
||||||
}
|
|
@ -14,7 +14,7 @@ const Signin: NextPage<FooterProps> = (props) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ScrollableBody>
|
<ScrollableBody>
|
||||||
<Head title={`Thream | ${t('authentication:signup')}`} />
|
<Head title={`Thream | ${t('authentication:signin')}`} />
|
||||||
<Header />
|
<Header />
|
||||||
<Authentication mode='signin' />
|
<Authentication mode='signin' />
|
||||||
<Footer version={version} />
|
<Footer version={version} />
|
||||||
|
Reference in New Issue
Block a user