mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Fix whitelist item expand button title
This commit is contained in:
@@ -331,11 +331,15 @@
|
|||||||
},
|
},
|
||||||
"optionsSiteWhitelistEditItem": {
|
"optionsSiteWhitelistEditItem": {
|
||||||
"message": "Edit",
|
"message": "Edit",
|
||||||
"description": "Edit whitelist item button title. Displayed on each item."
|
"description": "Tooltip text for whitelist item's edit button."
|
||||||
},
|
},
|
||||||
"optionsSiteWhitelistRemoveItem": {
|
"optionsSiteWhitelistRemoveItem": {
|
||||||
"message": "Remove",
|
"message": "Remove",
|
||||||
"description": "Remove whitelist item button title. Displayed on each item."
|
"description": "Tooltip text for whitelist item's remove button."
|
||||||
|
},
|
||||||
|
"optionsSiteWhitelistExpandItem": {
|
||||||
|
"message": "Show options",
|
||||||
|
"description": "Tooltip text for whitelist item's expand button."
|
||||||
},
|
},
|
||||||
"optionsSiteWhitelistInvalidDuplicatePattern": {
|
"optionsSiteWhitelistInvalidDuplicatePattern": {
|
||||||
"message": "Match pattern already exists!",
|
"message": "Match pattern already exists!",
|
||||||
|
|||||||
@@ -184,7 +184,7 @@
|
|||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="whitelist__expand-button ghost"
|
class="whitelist__expand-button ghost"
|
||||||
title={_("optionsSiteWhitelistRemoveItem")}
|
title={_("optionsSiteWhitelistExpandItem")}
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
// Toggle expanded state
|
// Toggle expanded state
|
||||||
if (isItemExpanded) {
|
if (isItemExpanded) {
|
||||||
|
|||||||
Reference in New Issue
Block a user