Page MenuHomePhorge

D25090.1734995434.diff
No OneTemporary

D25090.1734995434.diff

diff --git a/src/applications/system/controller/PhabricatorSystemReadOnlyController.php b/src/applications/system/controller/PhabricatorSystemReadOnlyController.php
--- a/src/applications/system/controller/PhabricatorSystemReadOnlyController.php
+++ b/src/applications/system/controller/PhabricatorSystemReadOnlyController.php
@@ -16,7 +16,7 @@
case PhabricatorEnv::READONLY_CONFIG:
$title = pht('Administrative Read-Only Mode');
$body[] = pht(
- 'An administrator has placed this server into read-only mode.');
+ 'An Administrator has placed this server into read-only mode.');
$body[] = pht(
'This mode may be used to perform temporary maintenance, test '.
'configuration, or archive an installation permanently.');
@@ -26,7 +26,7 @@
'has been turned on by rolling your chair away from your desk and '.
'yelling "Hey! Why is %s in read-only mode??!" using '.
'your very loudest outside voice.',
- PlatformSymbols::getPlatformServerSymbol());
+ PlatformSymbols::getPlatformServerName());
$body[] = pht(
'This mode is active because it is enabled in the configuration '.
'option "%s".',
@@ -110,7 +110,7 @@
if ($viewer->getIsAdmin()) {
$body[] = pht(
- 'As an administrator, you can review status information from the '.
+ 'As an Administrator, you can review status information from the '.
'%s control panel. This may provide more information about the '.
'current state of affairs.',
phutil_tag(

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 23:10 (18 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1027413
Default Alt Text
D25090.1734995434.diff (1 KB)

Event Timeline