Skip to content

Commit

Permalink
Merge pull request #3401 from serlo/add-new-license
Browse files Browse the repository at this point in the history
add extra info to niedersachsen explanation
  • Loading branch information
elbotho authored Feb 15, 2024
2 parents 70e29bf + 2bcf35f commit 0c31de5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ export function ExerciseLicenseNotice({
strings.license.appliesTo
}: ${typeString})`

const tooltipExplanation = isCreativeCommons
? explanation
: `${explanation} –– ${strings.license.nonFree}`
const tooltipExplanation =
isCreativeCommons || explanation.includes('---')
? explanation
: `${explanation} --- ${strings.license.nonFree}`

return (
<>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/data/de/license-data-short.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const licenses: LicenseData[] = [
{
id: 26,
title:
'Dieses Werk wurde vom Kultusministerium Niedersachsen zur Verfügung gestellt',
'Dieses Werk wurde vom Kultusministerium Niedersachsen zur Verfügung gestellt --- Die Lösungsvorschläge dagegen sind NICHT vom Land Niedersachsen.',
shortTitle: 'Niedersächsisches Kultusministerium',
url: 'https://aba-aufgaben.nibis.de',
agreement: `Mit dem Speichern dieser Seite versicherst du, dass du in deinem Beitrag (damit sind auch Änderungen gemeint) die Aufgabenstellung vom Land Niedersachsen nicht inhaltlich verändert hast, keine Rechte Dritter verletzt und dich an die <a href="https://aba-aufgaben.nibis.de/">Nutzungsbedingungen</a> gehalten hast.`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const CommentAreaEntity = dynamic<CommentAreaEntityProps>(() =>
)
)

// Special version for serlo.org with author tools, comments and license
// Special version for serlo.org with author tools and comments
export function SolutionSerloStaticRenderer(props: EditorSolutionDocument) {
const { asPath } = useRouter()
const ab = useAB()
Expand Down

0 comments on commit 0c31de5

Please sign in to comment.