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
Branches
Tags 0.16.3
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</router-link> </router-link>
<dangerous-button class="labeled icon" :action="deleteRadio"> <dangerous-button class="labeled icon" :action="deleteRadio">
<i class="trash icon"></i> Delete <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-content"><translate>This will completely delete this radio and cannot be undone.</translate></p>
<p slot="modal-confirm"><translate>Delete radio</translate></p> <p slot="modal-confirm"><translate>Delete radio</translate></p>
</dangerous-button> </dangerous-button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment