mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-24 08:39:01 +00:00
fix(i18n): backlinks naming in mapping (#800)
This commit is contained in:
parent
5b90fbd0d0
commit
dff4b06313
3 changed files with 3 additions and 3 deletions
quartz/components
|
@ -20,7 +20,7 @@ function Backlinks({ fileData, allFiles, displayClass, cfg }: QuartzComponentPro
|
|||
</li>
|
||||
))
|
||||
) : (
|
||||
<li>{i18n(cfg.locale, "backlinks.noBlacklinksFound")}</li>
|
||||
<li>{i18n(cfg.locale, "backlinks.noBacklinksFound")}</li>
|
||||
)}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue