We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80eb44b + 42075c6 commit b1a6d35Copy full SHA for b1a6d35
1 file changed
src/js/select2/i18n/gl.js
@@ -4,7 +4,7 @@ define(function () {
4
inputTooLong: function (args) {
5
var overChars = args.input.length - args.maximum;
6
7
- var message = 'Engada ';
+ var message = 'Elimine ';
8
9
if (overChars === 1) {
10
message += 'un carácter';
@@ -17,7 +17,7 @@ define(function () {
17
inputTooShort: function (args) {
18
var remainingChars = args.minimum - args.input.length;
19
20
- var message = 'Elimine ';
+ var message = 'Engada ';
21
22
if (remainingChars === 1) {
23
0 commit comments