Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15448452
D17697.id42561.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D17697.id42561.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17697: Clean up remove participant language in Conpherence
Attached
Detach File
Event Timeline
Log In to Comment