Fixed incorrect space

This commit is contained in:
leca 2023-04-20 17:59:37 +03:00
parent 6be93695ce
commit bdc9720ca6
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ void printOutput () {
lcd.print(key);
break;
case 3:
lcd.print("Enc. :");
lcd.print("Enc.: ");
lcd.print(encryption? "yes" : "no");
}