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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-06-02 00:44:00 +0300
committerGitHub <noreply@github.com>2021-06-02 00:44:00 +0300
commitb65c3f2249bfeb0bc525f3f72339758b59b82c34 (patch)
tree8bba598c49d39aa6129e79a703453652061e3c25
parent5438e002761f91d4da5801b670264f2801a41763 (diff)
parent99ebe7176bfc0fe3bf9fadb96a713d38bbbcce57 (diff)
Merge pull request #27291 from nextcloud/Valdnet-patch-2
l10n: Correct spelling
-rw-r--r--apps/settings/templates/settings/admin/additional-mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/admin/additional-mail.php b/apps/settings/templates/settings/admin/additional-mail.php
index e8362da4581..82cd9e09b13 100644
--- a/apps/settings/templates/settings/admin/additional-mail.php
+++ b/apps/settings/templates/settings/admin/additional-mail.php
@@ -106,7 +106,7 @@ $mail_sendmailmode = [
<p>
<label for="mail_from_address"><?php p($l->t('From address')); ?></label>
- <input type="text" name="mail_from_address" id="mail_from_address" placeholder="<?php p($l->t('mail'))?>"
+ <input type="text" name="mail_from_address" id="mail_from_address" placeholder="<?php p($l->t('Email'))?>"
value="<?php p($_['mail_from_address']) ?>" />@
<input type="text" name="mail_domain" id="mail_domain" placeholder="example.com"
value="<?php p($_['mail_domain']) ?>" />