]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdatedeliverydevice.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / apiaccountupdatedeliverydevice.php
index 684906fe9019eb75604c733a3e16ff7e4d842218..05d19c22dea8d63ab5e3ee849daafe88d1df8f19 100644 (file)
@@ -103,7 +103,7 @@ class ApiAccountUpdateDeliveryDeviceAction extends ApiAuthAction
             $this->clientError(
                 _(
                     'You must specify a parameter named ' .
-                    '\'device\' with a value of one of: sms, im, none'
+                    '\'device\' with a value of one of: sms, im, none.'
                 )
             );
             return;