Skip to content

Commit 2eee2d5

Browse files
authored
Capital letter on FileItem Status
Changing the label in the FileItem status to start with Capital letters.
1 parent eeee42a commit 2eee2d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/localization/Spanish/localization.spanish.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ export const FileItemSpanish: LocalLabels = {
3434
},
3535
status: {
3636
uploading: "Subiendo",
37-
success: "éxito",
38-
valid: "válido",
39-
denied: "no válido",
40-
error: "error"
37+
success: "Éxito",
38+
valid: "Válido",
39+
denied: "No válido",
40+
error: "Error"
4141

4242
},
4343
}
@@ -48,4 +48,4 @@ export const FileItemSpanish: LocalLabels = {
4848
maxSizeError: (maxSize) => `El archivo es muy grande. El tam. máximo es ${fileSizeFormater(maxSize as number)}`,
4949
acceptError: `Tipo de archivo no permitido`,
5050
maxFileCount: (maxFiles) => `Cantidad máxima de archivos (${maxFiles}) alcanzada`
51-
}
51+
}

0 commit comments

Comments
 (0)