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

Added translation context

parent 2cbb983b
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div> <div>
<div class="ui stackable grid"> <div class="ui stackable grid">
<div class="five wide column"> <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" /> <library-card :library="library" />
</div> </div>
</div> </div>
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
}, },
computed: { computed: {
links () { links () {
let upload = this.$gettext('Upload') let upload = this.$pgettext('Content/Library/Card.Button.Label/Verb', 'Upload')
return [ return [
{ {
name: 'libraries.detail.upload', name: 'libraries.detail.upload',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment