Skip to content

Commit 5d6e44e

Browse files
committed
translated head.html
Done translating head.html
1 parent e90387e commit 5d6e44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/02-promise-basics/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
script.src = src;
66

77
script.onload = () => resolve(script);
8-
script.onerror = () => reject(new Error("Script load error: " + src));
8+
script.onerror = () => reject(new Error("Eroare de încărcare a scriptului: " + src));
99

1010
document.head.append(script);
1111
});

0 commit comments

Comments
 (0)