Skip to content
Snippets Groups Projects
Commit 31d55e03 authored by Jo Vuit's avatar Jo Vuit
Browse files

Added translation context

parent 2cbb983b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<div>
<div class="ui stackable grid">
<div class="five wide column">
<h3 class="ui header"><translate>Current library</translate></h3>
<h3 class="ui header"><translate :translate-context="'Content/Library/Title'">Current library</translate></h3>
<library-card :library="library" />
</div>
</div>
......@@ -21,7 +21,7 @@ export default {
},
computed: {
links () {
let upload = this.$gettext('Upload')
let upload = this.$pgettext('Content/Library/Card.Button.Label/Verb', 'Upload')
return [
{
name: 'libraries.detail.upload',
......
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