From cd6ee28e1c8bec95487c0bb77142e6d10a263ea1 Mon Sep 17 00:00:00 2001 From: Farzin Date: Sun, 4 Apr 2021 00:27:55 +0430 Subject: [PATCH] links fixed --- README.md | 2 +- .../Components/Dashboard/TotalsComponent.razor | 6 +++--- src/Blogifier/Views/Themes/standard/components/nav.cshtml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dbfc4983f..98a8d9f88 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@


-## Blogifier is under developement +## Blogifier is under development Code in the main branch is under development and some features are not yet implemented and may not work as expected. If you are looking for a stable application, please use [latest release](https://github.com/blogifierdotnet/Blogifier/releases). The latest stable source code is in the [master branch](https://github.com/blogifierdotnet/Blogifier/tree/5c9bab69788a1f7a0bd82c6a864e159eff5b1b72). Please note that newest code uses Blazor Web Assembly and not compatible with previous versions. diff --git a/src/Blogifier.Admin/Components/Dashboard/TotalsComponent.razor b/src/Blogifier.Admin/Components/Dashboard/TotalsComponent.razor index 47ab76d6b..60357d067 100644 --- a/src/Blogifier.Admin/Components/Dashboard/TotalsComponent.razor +++ b/src/Blogifier.Admin/Components/Dashboard/TotalsComponent.razor @@ -5,19 +5,19 @@ {
- + @_model.TotalSubscribers @_localizer["subscribers"] diff --git a/src/Blogifier/Views/Themes/standard/components/nav.cshtml b/src/Blogifier/Views/Themes/standard/components/nav.cshtml index 9bb77074d..66fc6683c 100644 --- a/src/Blogifier/Views/Themes/standard/components/nav.cshtml +++ b/src/Blogifier/Views/Themes/standard/components/nav.cshtml @@ -94,7 +94,7 @@
  • @_localizer["newsletter"]
  • @_localizer["settings"]
  • @_localizer["customize"]
  • -
  • @_localizer["edit-profile"]
  • +
  • @_localizer["Edit Profile"]
  • @_localizer["logout"]