Esolves MS-790 Text Korrekturen
This commit is contained in:
parent
d3f2d10427
commit
e152161cbf
|
|
@ -1,11 +1,11 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="module-visibility">
|
<div class="module-visibility">
|
||||||
<h1 class="module-visibility__page-title">Sichtbarkeit</h1>
|
<h1 class="module-visibility__page-title">Änderungen</h1>
|
||||||
<div class="module-visibility__section">
|
<div class="module-visibility__section">
|
||||||
<p class="module-visibility__paragraph">
|
<p class="module-visibility__paragraph">
|
||||||
Wollen Sie die angepasste Sichtbarkeit (
|
Haben Sie Änderungen (
|
||||||
<eye-icon class="module-visibility__inline-icon" />
|
<eye-icon class="module-visibility__inline-icon" />
|
||||||
) von Inhalten einer anderen Klasse übernehmen?
|
) für eine andere Klasse bereits vorgenommen? Dann können Sie diese Anpassungen hier übernehmen.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="module-visibility__form module-visibility__section">
|
<div class="module-visibility__form module-visibility__section">
|
||||||
|
|
@ -51,6 +51,7 @@ import MODULE_DETAILS_QUERY from '@/graphql/gql/queries/modules/moduleDetailsQue
|
||||||
import { MODULE_PAGE } from '@/router/module.names';
|
import { MODULE_PAGE } from '@/router/module.names';
|
||||||
|
|
||||||
import { defineAsyncComponent } from 'vue';
|
import { defineAsyncComponent } from 'vue';
|
||||||
|
|
||||||
const EyeIcon = defineAsyncComponent(() => import('@/components/icons/EyeIcon.vue'));
|
const EyeIcon = defineAsyncComponent(() => import('@/components/icons/EyeIcon.vue'));
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ export default [
|
||||||
props: {
|
props: {
|
||||||
title: 'Es ist ein Fehler aufgetreten',
|
title: 'Es ist ein Fehler aufgetreten',
|
||||||
errorMessage:
|
errorMessage:
|
||||||
'Es tut uns leid, dass mySkillbox im Moment nicht wie erwartet funktioniert. Bitte versuchen Sie es später nochmals.',
|
'Es tut uns leid, dass diese Seite im Moment nicht wie erwartet funktioniert. Bitte versuchen Sie es später nochmals.',
|
||||||
},
|
},
|
||||||
meta: {
|
meta: {
|
||||||
public: true,
|
public: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue