File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h2 id="podcastTitle">{% t generic.subscribe %}</h2>
14
14
< div class ="card ">
15
15
< div class ="card-body ">
16
16
< i class ="fa fa-rss mr-1 "> </ i >
17
- < span id ="urlTextBox "> JavaScript required </ span >
17
+ < span id ="urlTextBox "> Error: JavaScript not available </ span >
18
18
</ div >
19
19
</ div >
20
20
</ p >
@@ -30,7 +30,7 @@ <h2 id="podcastTitle">{% t generic.subscribe %}</h2>
30
30
const subscribeButton = document . getElementById ( "subscribeButton" ) ;
31
31
const podcastTitle = document . getElementById ( "podcastTitle" ) ;
32
32
if ( ! urlParams . has ( "url" ) ) {
33
- urlTextBox . textContent = "URL not available " ;
33
+ urlTextBox . textContent = "Error: URL not provided " ;
34
34
subscribeButton . disabled = true ;
35
35
subscribeButton . textContent += " (error)" ;
36
36
} else {
You can’t perform that action at this time.
0 commit comments