Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Georg Abenthung
funkwhale
Commits
cfecde42
Verified
Commit
cfecde42
authored
May 14, 2019
by
Eliot Berriot
Browse files
Fix #828: an encoding issue with instance name on about page
parent
ca41499c
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/828.bugfix
0 → 100644
View file @
cfecde42
Fixed an encoding issue with instance name on about page (#828)
front/src/components/About.vue
View file @
cfecde42
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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