Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14859073
D16837.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
965 B
Referenced Files
None
Subscribers
None
D16837.id.diff
View Options
diff --git a/src/applications/diffusion/editor/DiffusionURIEditor.php b/src/applications/diffusion/editor/DiffusionURIEditor.php
--- a/src/applications/diffusion/editor/DiffusionURIEditor.php
+++ b/src/applications/diffusion/editor/DiffusionURIEditor.php
@@ -304,8 +304,9 @@
$type,
pht('Invalid'),
pht(
- 'Value "%s" is not a valid display setting for this URI. '.
+ 'Value "%s" is not a valid IO setting for this URI. '.
'Available types for this URI are: %s.',
+ $new,
implode(', ', array_keys($available))),
$xaction);
continue;
@@ -418,6 +419,7 @@
pht(
'Value "%s" is not a valid display setting for this URI. '.
'Available types for this URI are: %s.',
+ $new,
implode(', ', array_keys($available))));
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 7, 9:17 AM (17 h, 19 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7098689
Default Alt Text
D16837.id.diff (965 B)
Attached To
Mode
D16837: Fix two error strings in the diffusion.uri.edit Conduit method
Attached
Detach File
Event Timeline
Log In to Comment