1
0
mirror of synced 2025-02-10 17:19:23 +03:00

Merge pull request #4735 from simi/patch-1

correct typo in pt.js
This commit is contained in:
Kevin Brown 2016-12-30 12:34:40 -05:00 committed by GitHub
commit 04c433d709

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;
}, },