Skip to content
Snippets Groups Projects
Commit 9db21a97 authored by Baptiste Gelez's avatar Baptiste Gelez
Browse files

Radio details page: fix wrong translation interpolation

parent 90f26451
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