Update station.phtml
- Replacing HTML text output by php function 'echo' to optimize .po translation.
This commit is contained in:
parent
f01af6f91f
commit
86424b9b2c
|
@ -103,7 +103,7 @@
|
|||
<div style="clear:both"></div>
|
||||
<div class="podcast-metadata-row">
|
||||
<dt>
|
||||
<label for="stationPodcastFeedUrl" class="optional">Feed URL</label>
|
||||
<label for="stationPodcastFeedUrl" class="optional"><?php echo _("Feed URL"); ?></label>
|
||||
</dt>
|
||||
<dd>
|
||||
<input type="url" ng-model="podcast.url" disabled="disabled" class="input_text" />
|
||||
|
|
Loading…
Reference in New Issue