summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index 146f1cf7d2d..f21bcaacaa0 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -1231,7 +1231,7 @@ static void chg_passwd(void)
if (rslt == True) {
printf("%s\n", _(" The passwd has been changed."));
} else {
- printf("%s\n", _(" The passwd for has NOT been changed."));
+ printf("%s\n", _(" The passwd has NOT been changed."));
}
}