1
0
mirror of synced 2025-03-10 14:46:10 +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 + ' '; var message = 'Por favor apague ' + overChars + ' ';
message += overChars != 1 ? 'caracteres' : 'carácter'; message += overChars != 1 ? 'caracteres' : 'caractere';
return message; return message;
}, },