mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
Fixed typo
This commit is contained in:
@@ -53,7 +53,7 @@ const deleteTeam = () => {
|
|||||||
<template #title> Delete Organization </template>
|
<template #title> Delete Organization </template>
|
||||||
|
|
||||||
<template #content>
|
<template #content>
|
||||||
Are you sure you want to delete this team? Once a team is
|
Are you sure you want to delete this organization? Once a organization is
|
||||||
deleted, all of its resources and data will be permanently
|
deleted, all of its resources and data will be permanently
|
||||||
deleted.
|
deleted.
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -254,7 +254,7 @@ const displayableRole = (role: string) => {
|
|||||||
|
|
||||||
<!-- Organization Member Invitations -->
|
<!-- Organization Member Invitations -->
|
||||||
<ActionSection class="mt-10 sm:mt-0">
|
<ActionSection class="mt-10 sm:mt-0">
|
||||||
<template #title> Pending Team Invitations</template>
|
<template #title> Pending Organization Invitations</template>
|
||||||
|
|
||||||
<template #description>
|
<template #description>
|
||||||
These people have been invited to your organization and have
|
These people have been invited to your organization and have
|
||||||
@@ -468,7 +468,7 @@ const displayableRole = (role: string) => {
|
|||||||
<ConfirmationModal
|
<ConfirmationModal
|
||||||
:show="!!teamMemberBeingRemoved"
|
:show="!!teamMemberBeingRemoved"
|
||||||
@close="teamMemberBeingRemoved = null">
|
@close="teamMemberBeingRemoved = null">
|
||||||
<template #title> Remove Team Member</template>
|
<template #title> Remove Organization Member</template>
|
||||||
|
|
||||||
<template #content>
|
<template #content>
|
||||||
Are you sure you would like to remove this person from the
|
Are you sure you would like to remove this person from the
|
||||||
|
|||||||
Reference in New Issue
Block a user