mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +03:00
parent
840c3bfb98
commit
61582108a4
@ -31,7 +31,7 @@ return;
|
|||||||
|
|
||||||
const action = props.owner ? 'Archive' : 'Leave';
|
const action = props.owner ? 'Archive' : 'Leave';
|
||||||
const description = props.owner
|
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';
|
: 'You can rejoin if it is an open group, or if you are reinvited';
|
||||||
|
|
||||||
const icon = props.owner ? 'X' : 'LogOut';
|
const icon = props.owner ? 'X' : 'LogOut';
|
||||||
|
Loading…
Reference in New Issue
Block a user