Skip to content

Commit b456e29

Browse files
fix(#1740): error in spanish locale
* Fix #1740 - Error on timeline spanish locale. Fix an error on timeline spanish locale. * fix quotes in locales.js --------- Co-authored-by: Alexander Wunschik <[email protected]> Co-authored-by: Alexander Wunschik <[email protected]>
1 parent af42488 commit b456e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/timeline/locales.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const fr_BE = fr;
5050

5151
// Espanol
5252
const es = {
53-
current: "corriente",
53+
current: "actual",
5454
time: "hora",
5555
deleteSelected: "Eliminar selecci\u00f3n",
5656
};

0 commit comments

Comments
 (0)