Page MenuHomePhabricator

D17697.id42561.diff
No OneTemporary

D17697.id42561.diff

diff --git a/src/applications/conpherence/controller/ConpherenceUpdateController.php b/src/applications/conpherence/controller/ConpherenceUpdateController.php
--- a/src/applications/conpherence/controller/ConpherenceUpdateController.php
+++ b/src/applications/conpherence/controller/ConpherenceUpdateController.php
@@ -360,9 +360,9 @@
$body[] = pht(
'Are you sure you want to leave this room?');
} else {
- $title = pht('Banish User');
+ $title = pht('Remove Participant');
$body[] = pht(
- 'Banish %s from the realm?',
+ 'Remove %s from this room?',
phutil_tag('strong', array(), $removed_user->getUsername()));
}
@@ -372,7 +372,7 @@
'You will be able to rejoin the room later.');
} else {
$body[] = pht(
- 'This user will be able to rejoin the room later.');
+ 'They will be able to rejoin the room later.');
}
} else {
if ($is_self) {
@@ -387,7 +387,7 @@
}
} else {
$body[] = pht(
- 'This user will not be able to rejoin the room unless invited '.
+ 'They will not be able to rejoin the room unless invited '.
'again.');
}
}

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 29, 4:59 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7725922
Default Alt Text
D17697.id42561.diff (1 KB)

Event Timeline