aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/Settings/Registation.vue
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-11 21:21:18 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-11 21:21:18 -0400
commit748cdbf4880d830fd794e92856e8c35a46e4f884 (patch)
tree27d539f1f8d65d07f25c2e63947c5358ab48d9c3 /front-end/src/components/Settings/Registation.vue
parent3883de080e263d2f076f65b4600a5021d3d64a21 (diff)
feat(app): #1 update libs & add curl support
Diffstat (limited to 'front-end/src/components/Settings/Registation.vue')
-rw-r--r--front-end/src/components/Settings/Registation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/components/Settings/Registation.vue b/front-end/src/components/Settings/Registation.vue
index a0f208e..d0dfaa7 100644
--- a/front-end/src/components/Settings/Registation.vue
+++ b/front-end/src/components/Settings/Registation.vue
@@ -58,7 +58,7 @@ const onCancel = () => {
<div class="">
<div class="flex flex-row justify-between w-full">
- <h3 class="text-xl font-bold">Registation</h3>
+ <h3 class="text-xl font-bold">Invite Links</h3>
<div class="flex flex-row justify-end">
<button class="btn blue" @click="toggleOpen(true)">Invite User</button>