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

Merge branch '828-title-encoding' into 'develop'

Fix #828: an encoding issue with instance name on about page

Closes #828

See merge request funkwhale/funkwhale!764
parents ca41499c cfecde42
No related branches found
No related tags found
No related merge requests found
Fixed an encoding issue with instance name on about page (#828)
......@@ -3,9 +3,9 @@
<section class="ui vertical center aligned stripe segment">
<div class="ui text container">
<h1 class="ui huge header">
<translate translate-context="Content/About/Title/Short, Noun" v-if="instance.name.value" :translate-params="{instance: instance.name.value}">
<span v-translate="{instance: instance.name.value}" translate-context="Content/About/Title/Short, Noun" v-if="instance.name.value" :translate-params="{instance: instance.name.value}">
About %{ instance }
</translate>
</span>
<translate translate-context="Content/About/Title" v-else>About this instance</translate>
</h1>
<stats></stats>
......
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