mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 12:09:23 +02:00
Resolve "i18n fixes for 0.20"
This commit is contained in:
parent
6cee546391
commit
2cdc8fa63a
79 changed files with 2960 additions and 8736 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="ui divider" />
|
||||
<h3 class="ui header">{{ group.label }}</h3>
|
||||
<div v-if="errors.length > 0" class="ui negative message">
|
||||
<div class="header"><translate translate-context="Content/Settings/Error message.Title">Error while saving settings</translate></div>
|
||||
<div class="header"><translate translate-context="Content/*/Error message.Title">Error while saving settings</translate></div>
|
||||
<ul class="list">
|
||||
<li v-for="error in errors">{{ error }}</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue