1
0
Fork 0
mirror of synced 2025-04-03 13:13:33 +03:00

correct typo in pt.js

This commit is contained in:
Josef Šimánek 2016-12-30 18:22:49 +01:00 committed by GitHub
parent 751b36767f
commit cd7d4be576

View file

@ -9,7 +9,7 @@ define(function () {
var message = 'Por favor apague ' + overChars + ' ';
message += overChars != 1 ? 'caracteres' : 'carácter';
message += overChars != 1 ? 'caracteres' : 'caractere';
return message;
},