Skip to content

Commit

Permalink
chore: minor grammatical error in FuncDetails panel
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson authored and sprutton1 committed Jun 24, 2024
1 parent 9ecba54 commit b7b8177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/web/src/components/FuncEditor/FuncDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
v-if="editingFunc?.associations?.type === 'action'"
icon="alert-triangle"
tone="warning"
>Executing will run on all attached components, so may have
effects on your real world resources!
>Executing this will run on all attached components and
may affect your real-world resources!
</ErrorMessage>
<ErrorMessage
v-if="isConnectedToOtherAssetTypes"
Expand Down

0 comments on commit b7b8177

Please sign in to comment.