Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-06-07 13:18:54 +0300
committerGitHub <noreply@github.com>2020-06-07 13:18:54 +0300
commit343afc0216ae58f43316bc89c6b4d31791be62bc (patch)
tree7777faaffe09a9d9fb1b23f05a43eb93f2c5981b /lib
parent94865c407cd495d37cbddff933c49872869f6d8f (diff)
l10n: Changed case
Same as line 80 now. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/AjaxController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/AjaxController.php b/lib/Controller/AjaxController.php
index f5b0757..6582e5b 100644
--- a/lib/Controller/AjaxController.php
+++ b/lib/Controller/AjaxController.php
@@ -37,7 +37,7 @@ class AjaxController extends Controller {
} else {
return new JSONResponse([
'status' => 'error',
- 'Message' => $this->l->t('Invalid Argument(s)')
+ 'Message' => $this->l->t('Invalid argument(s)')
]);
}