Fix whitelist item expand button title

This commit is contained in:
hensm
2022-08-08 19:01:01 +01:00
parent 6a581e6a2c
commit 34272f2fbb
2 changed files with 7 additions and 3 deletions

View File

@@ -331,11 +331,15 @@
},
"optionsSiteWhitelistEditItem": {
"message": "Edit",
"description": "Edit whitelist item button title. Displayed on each item."
"description": "Tooltip text for whitelist item's edit button."
},
"optionsSiteWhitelistRemoveItem": {
"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": {
"message": "Match pattern already exists!",

View File

@@ -184,7 +184,7 @@
<button
type="button"
class="whitelist__expand-button ghost"
title={_("optionsSiteWhitelistRemoveItem")}
title={_("optionsSiteWhitelistExpandItem")}
on:click={() => {
// Toggle expanded state
if (isItemExpanded) {