DeleteGroup: fix copy

Fixes urbit/landscape#447
This commit is contained in:
Liam Fitzgerald 2021-05-10 15:02:37 +10:00
parent 840c3bfb98
commit 61582108a4
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -31,7 +31,7 @@ return;
const action = props.owner ? 'Archive' : 'Leave';
const description = props.owner
? 'Permanently delete this group. (All current members will no longer see this group.)'
? 'Permanently archive this group. (All current members will no longer see this group.)'
: 'You can rejoin if it is an open group, or if you are reinvited';
const icon = props.owner ? 'X' : 'LogOut';