From 42d9bd92732e6f3b5ee3784ce5fd47b9633ac486 Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Tue, 1 Nov 2022 12:16:30 +0600 Subject: [PATCH] Small fixes --- html/playlist.html | 5 +++-- src/playlist.js | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) 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");