Localization and verbiage improvements for adding podcasts
This commit is contained in:
parent
01618b55af
commit
3e97ee5d62
2 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
<form name="podcast_url_form">
|
||||
<?php echo $this->csrf ?>
|
||||
<label>
|
||||
Podcast URL
|
||||
<?php echo _("Podcast URL"); ?>
|
||||
<input type="text" name="url" />
|
||||
</label>
|
||||
<button class="btn btn-new right-floated" type="button" onclick="AIRTIME.podcast.addPodcast()">
|
||||
Add
|
||||
<?php echo _("Subscribe"); ?>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue