1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

Merge branch 'dirt/pm-23827/connected-label-on-crowdstrike-card' into dirt/pm-23824/integration-and-configuration-data

This commit is contained in:
voommen-livefront
2025-08-07 08:59:53 -05:00
2 changed files with 4 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
@if (showConnectedBadge()) {
<span class="tw-ml-3">
@if (isConnected) {
<span bitBadge variant="success">{{ "on" | i18n }}</span>
<span bitBadge variant="success">{{ "connected" | i18n }}</span>
}
@if (!isConnected) {
<span bitBadge>{{ "off" | i18n }}</span>

View File

@@ -7412,6 +7412,9 @@
"off": {
"message": "Off"
},
"connected": {
"message": "Connected"
},
"members": {
"message": "Members"
},