Skip to content
Snippets Groups Projects
Commit 00facfae authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3746

Closes #3746

Merge request studip/studip!2609
parent f1808c9a
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
@click.prevent="toggleModuleVisibility(module)"> @click.prevent="toggleModuleVisibility(module)">
<studip-icon :shape="module.visibility !== 'tutor' ? 'visibility-visible' : 'visibility-invisible'" <studip-icon :shape="module.visibility !== 'tutor' ? 'visibility-visible' : 'visibility-invisible'"
class="text-bottom" class="text-bottom"
:title="$gettextInterpolate($gettext('Inhaltsmoduls %{ name } für Teilnehmende unsichtbar bzw. sichtbar schalten'), { name: module.displayname})"></studip-icon> :title="$gettextInterpolate($gettext('Inhaltsmodul %{ name } für Teilnehmende unsichtbar bzw. sichtbar schalten'), { name: module.displayname})"></studip-icon>
</a> </a>
</div> </div>
</div> </div>
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
:title=" :title="
$gettextInterpolate( $gettextInterpolate(
$gettext( $gettext(
'Inhaltsmoduls %{ name } für Teilnehmende unsichtbar bzw. sichtbar schalten' 'Inhaltsmodul %{ name } für Teilnehmende unsichtbar bzw. sichtbar schalten'
), ),
{ name: module.displayname } { name: module.displayname }
) )
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
:title=" :title="
$gettextInterpolate( $gettextInterpolate(
$gettext( $gettext(
'Inhaltsmoduls %{ name } für Teilnehmende unsichtbar bzw. sichtbar schalten' 'Inhaltsmodul %{ name } für Teilnehmende unsichtbar bzw. sichtbar schalten'
), ),
{ name: module.displayname } { name: module.displayname }
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment