Replace date with focalboard version (#3274)
Co-authored-by: Varghese Jose <varghese.jose@tutanota.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: jprusch <rs@schaeferbarthold.de>
This commit is contained in:
parent
9cbf1096fe
commit
b40452e4ca
5 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ exports[`src/components/topBar should match snapshot for focalboardPlugin 1`] =
|
|||
class="version"
|
||||
title="v1.0.0"
|
||||
>
|
||||
Aug 2022
|
||||
v1.0.0
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -56,7 +56,7 @@ exports[`src/components/workspace return workspace and showcard 1`] = `
|
|||
class="version"
|
||||
title="v1.0.0"
|
||||
>
|
||||
Aug 2022
|
||||
v1.0.0
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1283,7 +1283,7 @@ exports[`src/components/workspace should match snapshot 1`] = `
|
|||
class="version"
|
||||
title="v1.0.0"
|
||||
>
|
||||
Aug 2022
|
||||
v1.0.0
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -111,7 +111,7 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
|
|||
class="version"
|
||||
title="v7.2.0"
|
||||
>
|
||||
Aug 2022
|
||||
v7.2.0
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -48,7 +48,7 @@ const SidebarUserMenu = () => {
|
|||
className='version'
|
||||
title={`v${Constants.versionString}`}
|
||||
>
|
||||
{Constants.versionDisplayString}
|
||||
{`v${Constants.versionString}`}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -33,7 +33,7 @@ const TopBar = (): JSX.Element => {
|
|||
className='version'
|
||||
title={`v${Constants.versionString}`}
|
||||
>
|
||||
{Constants.versionDisplayString}
|
||||
{`v${Constants.versionString}`}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue