summaryrefslogtreecommitdiff
path: root/actions/apiaccountupdatedeliverydevice.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apiaccountupdatedeliverydevice.php')
-rw-r--r--actions/apiaccountupdatedeliverydevice.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/apiaccountupdatedeliverydevice.php b/actions/apiaccountupdatedeliverydevice.php
index e25b9a954..e732e2356 100644
--- a/actions/apiaccountupdatedeliverydevice.php
+++ b/actions/apiaccountupdatedeliverydevice.php
@@ -83,6 +83,7 @@ class ApiAccountUpdateDeliveryDeviceAction extends ApiAuthAction
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
$this->clientError(
+ // TRANS: Client error message. POST is a HTTP command. It should not be translated.
_('This method requires a POST.'),
400, $this->format
);