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'])) {
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):