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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-02-05 11:50:42 +0300
committerGitHub <noreply@github.com>2020-02-05 11:50:42 +0300
commit080f45c981f2471c67585c7b3169d425bbb6c93f (patch)
tree619d63af261b7292bbd3373f22ab017de82853cb /controller
parent9b56bddc491afeab9c8355e5c1fb20cf0557eab6 (diff)
l10n: Change spelling. Url > URL
Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'controller')
-rw-r--r--controller/translationcontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index 16aa7a0d..f05f9294 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -436,7 +436,7 @@ class TranslationController extends ApiController {
'search.settings.input.custom_fields' => $this->trans->t('Custom Fields'),
'search.settings.input.password' => $this->trans->t('Password'),
'search.settings.input.description' => $this->trans->t('Description'),
- 'search.settings.input.url' => $this->trans->t('Url'),
+ 'search.settings.input.url' => $this->trans->t('URL'),
'search.settings.title' => $this->trans->t('Custom Search:'),
'search.settings.defaults_button' => $this->trans->t('Revert to defaults'),