From fcb6b50438f8cd92e1b41c66ff3214209f29c4fa Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 22 Dec 2023 14:49:15 +0100 Subject: [PATCH] fix typo --- config/lang/de-de.json | 2 +- config/lang/en-en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/lang/de-de.json b/config/lang/de-de.json index c23b61ae..b2ea6e6f 100644 --- a/config/lang/de-de.json +++ b/config/lang/de-de.json @@ -162,7 +162,7 @@ "page-about-version": "Version", "page-about-author": "Autor", "page-about-license": "Lizenz", - "page-about-source": "Sorucecode", + "page-about-source": "Sourcecode", "page-about-php": "PHP-Version", "page-about-components": "Komponenten", diff --git a/config/lang/en-en.json b/config/lang/en-en.json index 2bb8e49a..7bd0875a 100644 --- a/config/lang/en-en.json +++ b/config/lang/en-en.json @@ -163,7 +163,7 @@ "page-about-version": "Version", "page-about-author": "Author", "page-about-license": "License", - "page-about-source": "Sorucecode", + "page-about-source": "Sourcecode", "page-about-php": "PHP version", "page-about-components": "Components", -- GitLab