Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Jul 15, 2024
1 parent fd8d596 commit ee2f125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/js/Pages/Teams/Partials/DeleteTeamForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const deleteTeam = () => {
<template #title> Delete Organization </template>

<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

Check warning on line 56 in resources/js/Pages/Teams/Partials/DeleteTeamForm.vue

View workflow job for this annotation

GitHub Actions / build

Delete `·organization·is`

Check warning on line 56 in resources/js/Pages/Teams/Partials/DeleteTeamForm.vue

View workflow job for this annotation

GitHub Actions / build

Delete `·organization·is`
deleted, all of its resources and data will be permanently

Check warning on line 57 in resources/js/Pages/Teams/Partials/DeleteTeamForm.vue

View workflow job for this annotation

GitHub Actions / build

Replace `·deleted,·all·of·its·resources·and·data·will·be·permanently` with `·organization·is·deleted,·all·of·its·resources·and·data·will`

Check warning on line 57 in resources/js/Pages/Teams/Partials/DeleteTeamForm.vue

View workflow job for this annotation

GitHub Actions / build

Replace `·deleted,·all·of·its·resources·and·data·will·be·permanently` with `·organization·is·deleted,·all·of·its·resources·and·data·will`
deleted.

Check warning on line 58 in resources/js/Pages/Teams/Partials/DeleteTeamForm.vue

View workflow job for this annotation

GitHub Actions / build

Insert `·be·permanently`

Check warning on line 58 in resources/js/Pages/Teams/Partials/DeleteTeamForm.vue

View workflow job for this annotation

GitHub Actions / build

Insert `·be·permanently`
</template>
Expand Down
4 changes: 2 additions & 2 deletions resources/js/Pages/Teams/Partials/TeamMemberManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const displayableRole = (role: string) => {

<!-- Organization Member Invitations -->
<ActionSection class="mt-10 sm:mt-0">
<template #title> Pending Team Invitations</template>
<template #title> Pending Organization Invitations</template>

<template #description>
These people have been invited to your organization and have
Expand Down Expand Up @@ -468,7 +468,7 @@ const displayableRole = (role: string) => {
<ConfirmationModal
:show="!!teamMemberBeingRemoved"
@close="teamMemberBeingRemoved = null">
<template #title> Remove Team Member</template>
<template #title> Remove Organization Member</template>

<template #content>
Are you sure you would like to remove this person from the
Expand Down

0 comments on commit ee2f125

Please sign in to comment.