Skip to content

Commit

Permalink
Update roll inspector's search box localized placeholder (#17608)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Dec 4, 2024
1 parent fa8fe8a commit 7eaf8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/chat/roll-inspector.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<section class="roll-options">
<h3>{{localize "PF2E.ChatRollDetails.RollOptions"}}</h3>
<input type="search" class="filter" placeholder="{{localize "PF2E.BrowserSearchPlaceholder"}}" />
<input type="search" class="filter" placeholder="{{localize "PF2E.CompendiumBrowser.Filter.SearchPlaceholder"}}" />
<ul>
{{#each rollOptions as |option|}}
<li>{{option}}</li>
Expand Down

0 comments on commit 7eaf8e0

Please sign in to comment.