diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml
index 24a8df084a2..e626b629f5c 100644
--- a/.github/workflows/build-web.yml
+++ b/.github/workflows/build-web.yml
@@ -112,7 +112,7 @@ jobs:
npm_command: dist:bit:selfhost
- artifact_name: selfhosted-DEV
license_type: "commercial"
- image_name: web
+ image_name: web-dev
npm_command: build:bit:selfhost:dev
git_metadata: true
- artifact_name: cloud-QA
diff --git a/apps/browser/src/_locales/en/messages.json b/apps/browser/src/_locales/en/messages.json
index 774b57fae06..90cc4a5c338 100644
--- a/apps/browser/src/_locales/en/messages.json
+++ b/apps/browser/src/_locales/en/messages.json
@@ -582,8 +582,8 @@
"archiveItem": {
"message": "Archive item"
},
- "archiveItemConfirmDesc": {
- "message": "Archived items are excluded from general search results and autofill suggestions. Are you sure you want to archive this item?"
+ "archiveItemDialogContent": {
+ "message": "Once archived, this item will be excluded from search results and autofill suggestions."
},
"archived": {
"message": "Archived"
@@ -4739,6 +4739,9 @@
}
}
},
+ "moreOptionsLabelNoPlaceholder": {
+ "message": "More options"
+ },
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
@@ -5125,14 +5128,11 @@
}
}
},
- "hideMatchDetection": {
- "message": "Hide match detection $WEBSITE$",
- "placeholders": {
- "website": {
- "content": "$1",
- "example": "https://example.com"
- }
- }
+ "showMatchDetectionNoPlaceholder": {
+ "message": "Show match detection"
+ },
+ "hideMatchDetectionNoPlaceholder": {
+ "message": "Hide match detection"
},
"autoFillOnPageLoad": {
"message": "Autofill on page load?"
diff --git a/apps/browser/src/vault/popup/components/vault-v2/item-more-options/item-more-options.component.html b/apps/browser/src/vault/popup/components/vault-v2/item-more-options/item-more-options.component.html
index 04b59d0ee0e..be67869d3df 100644
--- a/apps/browser/src/vault/popup/components/vault-v2/item-more-options/item-more-options.component.html
+++ b/apps/browser/src/vault/popup/components/vault-v2/item-more-options/item-more-options.component.html
@@ -3,7 +3,7 @@
type="button"
bitIconButton="bwi-ellipsis-v"
size="small"
- [label]="'moreOptionsLabel' | i18n: cipher.name"
+ [label]="'moreOptionsLabelNoPlaceholder' | i18n"
[bitMenuTriggerFor]="moreOptions"
>