aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list/need-list.component.html
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-31 23:37:00 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-31 23:37:00 -0400
commit896e1219526a19400c7143b274193f8b818d6156 (patch)
treeae794d7dff944dbdb61a558804c8530f2d7013af /ufund-ui/src/app/components/need-list/need-list.component.html
parent469678629e456a792e5f0c328e7c6786064279cb (diff)
downloadJellySolutions-896e1219526a19400c7143b274193f8b818d6156.tar.gz
JellySolutions-896e1219526a19400c7143b274193f8b818d6156.tar.bz2
JellySolutions-896e1219526a19400c7143b274193f8b818d6156.zip
Commit half working changes to move to my laptop
Diffstat (limited to 'ufund-ui/src/app/components/need-list/need-list.component.html')
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.html b/ufund-ui/src/app/components/need-list/need-list.component.html
index 84f83d6..e00ba47 100644
--- a/ufund-ui/src/app/components/need-list/need-list.component.html
+++ b/ufund-ui/src/app/components/need-list/need-list.component.html
@@ -54,10 +54,10 @@
<span class="icon">add</span>Add To Basket
</button>
<button *ngIf="isManager()" (click)="select(need)">
- <span class="icon">edit</span>Delete Need
+ <span class="icon">edit</span>Edit Need
</button>
<button *ngIf="isManager()" (click)="delete(need.id)" >
- <span class="icon">delete</span>Edit Need
+ <span class="icon">delete</span>Delete Need
</button>
</div>
</div>