Skip to content

Commit

Permalink
Remove the term "Free Trial" from the welcome dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Dec 24, 2024
1 parent aa77197 commit 8e57dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/dialogs/EducationModal.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div v-if="isOpen" class="ff-dialog-box education-modal">
<div class="ff-dialog-header text-center" data-sentry-unmask>
Welcome to your free trial of FlowFuse!
Welcome to FlowFuse!
</div>
<div class="ff-dialog-content">
<template v-if="!isClosing">
Expand Down

0 comments on commit 8e57dab

Please sign in to comment.