Skip to content
Snippets Groups Projects
Commit e46ab7af authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

Radio details page: fix wrong translation interpolation

See merge request funkwhale/funkwhale!335
parents 90f26451 9db21a97
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment