diff --git a/html/playlist.html b/html/playlist.html
index 3c5d8b7..0d2c254 100644
--- a/html/playlist.html
+++ b/html/playlist.html
@@ -15,8 +15,9 @@
#playlistName {
padding: 30px;
}
- #pasteLink{
- margin-top:15px;
+
+ #pasteLink {
+ margin-top: 15px;
font-weight: bold;
}
diff --git a/src/playlist.js b/src/playlist.js
index 6cc98e0..65b1ca0 100644
--- a/src/playlist.js
+++ b/src/playlist.js
@@ -239,3 +239,4 @@ getId("videoFormat").textContent = i18n.__("Select Video Format ");
getId("audioFormat").textContent = i18n.__("Select Audio Format ");
getId("download").textContent = i18n.__("Download");
+getId("audioDownload").textContent = i18n.__("Download");