diff --git a/core/templates/login.php b/core/templates/login.php
index c85f32ba8e397d6d01b58615c6713ac213758cdf..74bb8b92393e84f1ab36d9ba03c02c9bc9fe92c8 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -61,7 +61,7 @@ use OC\Core\Controller\LoginController;
 
 		<?php if (!empty($_[LoginController::LOGIN_MSG_INVALIDPASSWORD])) { ?>
 			<p class="warning wrongPasswordMsg">
-				<?php p($l->t('Wrong password.')); ?>
+				<?php p($l->t('Wrong username or password.')); ?>
 			</p>
 		<?php } else if (!empty($_[LoginController::LOGIN_MSG_USERDISABLED])) { ?>
 			<p class="warning userDisabledMsg">