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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-09 13:29:06 +0300
committerGitHub <noreply@github.com>2021-04-09 13:29:06 +0300
commita75a8d2238501387619debef0836c508c60633aa (patch)
tree886d622eccb3ea650a06a9fdb2518e5c0d3c0db1 /controller
parent04a36061e8f364cc89e2e6d6f7331f19d5b0f6c3 (diff)
l10n: Correct spelling
Unify the spelling in applications.
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 f740e155..280ba102 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -329,7 +329,7 @@ class TranslationController extends ApiController {
'account' => $this->trans->t('Account'),
'password' => $this->trans->t('Password'),
'otp' => $this->trans->t('OTP'),
- 'email' => $this->trans->t('E-mail'),
+ 'email' => $this->trans->t('Email'),
'url' => $this->trans->t('URL'),
'notes' => $this->trans->t('Notes'),
'files' => $this->trans->t('Files'),