mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
Fixed typos
This commit is contained in:
committed by
Constantin Graf
parent
68e5f89187
commit
2acef6a997
@@ -90,16 +90,14 @@ const switchToTeam = (team: Organization) => {
|
|||||||
|
|
||||||
<DropdownLink
|
<DropdownLink
|
||||||
v-if="isBillingActivated()"
|
v-if="isBillingActivated()"
|
||||||
href="
|
href="/billing">
|
||||||
/billing
|
|
||||||
">
|
|
||||||
Billing
|
Billing
|
||||||
</DropdownLink>
|
</DropdownLink>
|
||||||
|
|
||||||
<DropdownLink
|
<DropdownLink
|
||||||
v-if="page.props.jetstream.canCreateTeams"
|
v-if="page.props.jetstream.canCreateTeams"
|
||||||
:href="route('teams.create')">
|
:href="route('teams.create')">
|
||||||
Create New Team
|
Create new organization
|
||||||
</DropdownLink>
|
</DropdownLink>
|
||||||
|
|
||||||
<!-- Organization Switcher -->
|
<!-- Organization Switcher -->
|
||||||
@@ -107,7 +105,7 @@ const switchToTeam = (team: Organization) => {
|
|||||||
<div class="border-t border-card-background-separator" />
|
<div class="border-t border-card-background-separator" />
|
||||||
|
|
||||||
<div class="block px-4 py-2 text-xs text-muted">
|
<div class="block px-4 py-2 text-xs text-muted">
|
||||||
Switch Teams
|
Switch Organizations
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<template
|
<template
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ const page = usePage<{
|
|||||||
<template #title> Organization Details</template>
|
<template #title> Organization Details</template>
|
||||||
|
|
||||||
<template #description>
|
<template #description>
|
||||||
Create a new team to collaborate with others on projects.
|
Create a new organization to collaborate with others on projects.
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #form>
|
<template #form>
|
||||||
|
|||||||
Reference in New Issue
Block a user