From c0420ef1be5a256c1c954126d9cf5a9fe2dd9c2c Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Sat, 16 Mar 2024 13:51:03 -0300 Subject: [PATCH] typos --- account/README.md | 2 +- dashboard/albums.md | 2 +- dashboard/bulk-importer.md | 2 +- dashboard/images.md | 2 +- dashboard/naming.php | 12 ++++++------ dashboard/settings.md | 2 +- dashboard/stats.md | 2 +- dashboard/users.md | 2 +- features/login-providers.md | 2 +- features/naming.php | 4 ++-- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/account/README.md b/account/README.md index 56159c9..c137280 100644 --- a/account/README.md +++ b/account/README.md @@ -2,7 +2,7 @@ sidebar: false --- -# 😎 Account +# Account The account created on install is the **admin account**, which can can be modified. Additional administrators can be also added. diff --git a/dashboard/albums.md b/dashboard/albums.md index 1eea120..2b1e728 100644 --- a/dashboard/albums.md +++ b/dashboard/albums.md @@ -2,7 +2,7 @@ sidebar: false --- -# 🗂 Albums +# Albums `/dashboard/albums` diff --git a/dashboard/bulk-importer.md b/dashboard/bulk-importer.md index a165c5c..e7d80b6 100644 --- a/dashboard/bulk-importer.md +++ b/dashboard/bulk-importer.md @@ -1,4 +1,4 @@ -# 📥 Bulk importer +# Bulk importer `/dashboard/bulk-importer` diff --git a/dashboard/images.md b/dashboard/images.md index 030f913..33cab1d 100644 --- a/dashboard/images.md +++ b/dashboard/images.md @@ -2,7 +2,7 @@ sidebar: false --- -# 🏞 Images +# Images `/dashboard/images` diff --git a/dashboard/naming.php b/dashboard/naming.php index 4b8caef..e588e68 100644 --- a/dashboard/naming.php +++ b/dashboard/naming.php @@ -1,10 +1,10 @@ '📈 Stats', - 'images.md' => '🏞 Images', - 'albums.md' => '🗂 Albums', - 'users.md' => '🙂 Users', - 'bulk-importer.md' => '📥 Bulk importer', - 'settings.md' => '⚙️ Settings', + 'stats.md' => 'Stats', + 'images.md' => 'Images', + 'albums.md' => 'Albums', + 'users.md' => 'Users', + 'bulk-importer.md' => 'Bulk importer', + 'settings.md' => 'Settings', ]; diff --git a/dashboard/settings.md b/dashboard/settings.md index 3a84ec7..44f1fbb 100644 --- a/dashboard/settings.md +++ b/dashboard/settings.md @@ -2,7 +2,7 @@ sidebar: false --- -# ⚙️ Settings +# Settings `/dashboard/settings` diff --git a/dashboard/stats.md b/dashboard/stats.md index fe134d6..2a862b5 100644 --- a/dashboard/stats.md +++ b/dashboard/stats.md @@ -2,7 +2,7 @@ sidebar: false --- -# 📈 Stats +# Stats `/dashboard` diff --git a/dashboard/users.md b/dashboard/users.md index 923d59c..b4487a3 100644 --- a/dashboard/users.md +++ b/dashboard/users.md @@ -2,7 +2,7 @@ sidebar: false --- -# 🙂 Users +# Users `/dashboard/users` diff --git a/features/login-providers.md b/features/login-providers.md index 7a2cebd..fb60e8b 100644 --- a/features/login-providers.md +++ b/features/login-providers.md @@ -1,4 +1,4 @@ -# 🔌 Login providers +# Login providers Chevereto includes support for login providers, enabling your users to sign up by connecting an already existan account in a login provider. diff --git a/features/naming.php b/features/naming.php index c3c265b..2b090af 100644 --- a/features/naming.php +++ b/features/naming.php @@ -1,6 +1,6 @@ '🪣 External storage', - 'login-providers.md' => '🔌 Login providers', + 'external-storage.md' => 'External storage', + 'login-providers.md' => 'Login providers', ];