Merge branch 'radio-details-interpolation' into 'develop'

Radio details page: fix wrong translation interpolation

See merge request funkwhale/funkwhale!335
This commit is contained in:
Eliot Berriot 2018-07-21 21:29:58 +00:00
commit e46ab7af09
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</router-link>
<dangerous-button class="labeled icon" :action="deleteRadio">
<i class="trash icon"></i> Delete
<p slot="modal-header"><translate :translate-params="{radio: radio.name}">Do you want to delete the radio "{{ radio }}"?</translate></p>
<p slot="modal-header"><translate :translate-params="{radio: radio.name}">Do you want to delete the radio "%{ radio }"?</translate></p>
<p slot="modal-content"><translate>This will completely delete this radio and cannot be undone.</translate></p>
<p slot="modal-confirm"><translate>Delete radio</translate></p>
</dangerous-button>