diff --git a/partials/navigation.hbs b/partials/navigation.hbs
index bb8f97c70..05f921d11 100644
--- a/partials/navigation.hbs
+++ b/partials/navigation.hbs
@@ -47,7 +47,7 @@ Also it includes the big submenu.
{{else}}
-
{{t "No recent articles found :("}}
+ {{t "No recent articles found :("}}
{{/foreach}}
{{/get}}
@@ -61,7 +61,7 @@ Also it includes the big submenu.
{{name}}
{{else}}
- {{t "No tags found :("}}
+ {{t "No tags found :("}}
{{/foreach}}
{{/get}}
diff --git a/partials/search.hbs b/partials/search.hbs
index 4ff0c0820..590cf192b 100644
--- a/partials/search.hbs
+++ b/partials/search.hbs
@@ -16,7 +16,7 @@ follow the instructions to enable the search feature.
-
+
{{t "No results for your search, try something different."}}
diff --git a/src/sass/app.scss b/src/sass/app.scss
index 2b87de771..eadbfa27f 100644
--- a/src/sass/app.scss
+++ b/src/sass/app.scss
@@ -21,7 +21,7 @@
@import "components/ui/section-title";
@import "components/ui/back";
@import "components/ui/small-text";
-@import "components/ui/no-found";
+@import "components/ui/not-found";
@import "components/header/header";
@import "components/header/mobile-topbar";
@import "components/header/logo";
diff --git a/src/sass/components/ui/_no-found.scss b/src/sass/components/ui/_not-found.scss
similarity index 93%
rename from src/sass/components/ui/_no-found.scss
rename to src/sass/components/ui/_not-found.scss
index 6fda0c9ce..3a5cef549 100644
--- a/src/sass/components/ui/_no-found.scss
+++ b/src/sass/components/ui/_not-found.scss
@@ -1,4 +1,4 @@
-.m-no-found {
+.m-not-found {
color: var(--primary-foreground-color);
line-height: 1.3;
font-size: 0.875rem;