Skip to content

Commit 0159c85

Browse files
authored
[REFACTOR]: Chage FileItem status labes from pull request #139 from mateusmx/patch-2
Capital letter on FileItem Status
2 parents 4da04c5 + 2eee2d5 commit 0159c85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/localization/Spanish/localization.spanish.ts

Lines changed: 4 additions & 4 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
}

0 commit comments

Comments
 (0)