Update station.phtml

- Replacing HTML text output by php function 'echo' to optimize .po translation.
This commit is contained in:
farggus 2020-03-26 08:31:27 +02:00 committed by GitHub
parent f01af6f91f
commit 86424b9b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" />