Localize remaining hardcoded user-facing strings

This commit is contained in:
Luiz Costa 2025-08-17 21:33:01 -03:00 committed by Luiz Costa
parent 7a6bbe3488
commit bb1c76bcce
6 changed files with 12 additions and 7 deletions

View file

@ -82,8 +82,8 @@
{{!-- </div> --}}
{{else}}
<div class="welcome-message">
<h2 class="title">Daggerheart Compendium Browser</h2>
<span class="hint"><i>Select a Folder in sidebar to start browsing trought the compendium</i></span>
<h2 class="title">{{localize "DAGGERHEART.UI.ItemBrowser.title"}}</h2>
<span class="hint"><i>{{localize "DAGGERHEART.UI.ItemBrowser.hint"}}</i></span>
</div>
{{/if}}
</div>