We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f15a6a commit 3d7a851Copy full SHA for 3d7a851
app/templates/components/pending-owner-invite-row.hbs
@@ -28,7 +28,7 @@
28
</div>
29
<div class='actions'>
30
<button class='small yellow-button' {{action 'acceptInvitation' invite}}>Accept</button>
31
- <button class='small yellow-button' {{action 'declineInvitation' invite}}>Deny</button>
+ <button class='small yellow-button' {{action 'declineInvitation' invite}}>Decline</button>
32
33
{{#if isError}}
34
<div class='label'>
0 commit comments