Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
9db21a97
Commit
9db21a97
authored
Jul 21, 2018
by
Baptiste Gelez
Browse files
Radio details page: fix wrong translation interpolation
parent
90f26451
Pipeline
#1630
passed with stages
in 4 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
front/src/views/radios/Detail.vue
View file @
9db21a97
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment