Skip to content

Commit 3d7a851

Browse files
committed
Change button from deny to decline
1 parent 5f15a6a commit 3d7a851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/pending-owner-invite-row.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</div>
2929
<div class='actions'>
3030
<button class='small yellow-button' {{action 'acceptInvitation' invite}}>Accept</button>
31-
<button class='small yellow-button' {{action 'declineInvitation' invite}}>Deny</button>
31+
<button class='small yellow-button' {{action 'declineInvitation' invite}}>Decline</button>
3232
</div>
3333
{{#if isError}}
3434
<div class='label'>

0 commit comments

Comments
 (0)