Fix some typos
This commit is contained in:
parent
305892edff
commit
f19382cd17
|
@ -47,7 +47,7 @@ Also it includes the big submenu.
|
|||
</a>
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="m-no-found in-recent-articles">{{t "No recent articles found :("}}</div>
|
||||
<div class="m-not-found in-recent-articles">{{t "No recent articles found :("}}</div>
|
||||
{{/foreach}}
|
||||
{{/get}}
|
||||
</div>
|
||||
|
@ -61,7 +61,7 @@ Also it includes the big submenu.
|
|||
<a href="{{url}}">{{name}}</a>
|
||||
</li>
|
||||
{{else}}
|
||||
<li class="m-no-found">{{t "No tags found :("}}</li>
|
||||
<li class="m-not-found">{{t "No tags found :("}}</li>
|
||||
{{/foreach}}
|
||||
</ul>
|
||||
{{/get}}
|
||||
|
|
|
@ -16,7 +16,7 @@ follow the instructions to enable the search feature.
|
|||
</fieldset>
|
||||
</form>
|
||||
<div class="js-search-results hide"></div>
|
||||
<p class="m-no-found align-center hide js-no-results">
|
||||
<p class="m-not-found align-center hide js-no-results">
|
||||
{{t "No results for your search, try something different."}}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.m-no-found {
|
||||
.m-not-found {
|
||||
color: var(--primary-foreground-color);
|
||||
line-height: 1.3;
|
||||
font-size: 0.875rem;
|
Loading…
Reference in a new issue