Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2698266
D25090.1734995434.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25090.1734995434.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25090: Fix information page about Read-only status
Attached
Detach File
Event Timeline
Log In to Comment