mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 17:19:59 +00:00
Fix whitelist item expand button title
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
<button
|
||||
type="button"
|
||||
class="whitelist__expand-button ghost"
|
||||
title={_("optionsSiteWhitelistRemoveItem")}
|
||||
title={_("optionsSiteWhitelistExpandItem")}
|
||||
on:click={() => {
|
||||
// Toggle expanded state
|
||||
if (isItemExpanded) {
|
||||
|
||||
Reference in New Issue
Block a user