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

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

parent ca41499c
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