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