From feb447c01cf3102a5044dab7b71054f756be3afa Mon Sep 17 00:00:00 2001 From: Furentes Date: Thu, 23 May 2019 09:16:04 +0200 Subject: [PATCH] Fixed spelling --- inc/nav.php | 4 ++-- index.php | 2 +- login.php | 6 +++--- post.php | 4 ++-- register.php | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/inc/nav.php b/inc/nav.php index 9476c63..aea4631 100644 --- a/inc/nav.php +++ b/inc/nav.php @@ -21,11 +21,11 @@ if ($auth->hasRole([ \Bloggr\Roles::ADMIN ])){ ?> Benutzer - Neuer Post + Neuer Beitrag hasRole([ \Bloggr\Roles::AUTHOR ])) { ?> - Neuer Post + Neuer Beitrag diff --git a/index.php b/index.php index 5447182..c77f8a7 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ $posts = $auth->getAllPosts(); diff --git a/login.php b/login.php index a00e5e0..4618b78 100644 --- a/login.php +++ b/login.php @@ -17,13 +17,13 @@ if (isset($_POST['login'])) {
-

Login

+

Anmelden

$value): ?> @@ -39,7 +39,7 @@ require_once(__DIR__."/inc/head.php"); - +
diff --git a/post.php b/post.php index bf250fc..511d07f 100644 --- a/post.php +++ b/post.php @@ -37,7 +37,7 @@ else if (isset($_GET['new'])) { } else if (isset($_GET['edit'])) { $action = 'edit'; - $title = "Beitrag bearbeitem"; + $title = "Beitrag bearbeiten"; } else { array_push($errors, '404 Not Found'); @@ -181,7 +181,7 @@ require_once(__DIR__."/inc/head.php"); if ($action == 'edit'): ?> -

Beitrag Bearbeiten

+

Beitrag bearbeiten

Post bearbeitet!
'; diff --git a/register.php b/register.php index b620275..d3d8de2 100644 --- a/register.php +++ b/register.php @@ -28,7 +28,7 @@ require_once(__DIR__."/inc/head.php");
-

Register

+

Account erstellen

$value):