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:
@@ -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>
|
||||
|
||||
@@ -7412,6 +7412,9 @@
|
||||
"off": {
|
||||
"message": "Off"
|
||||
},
|
||||
"connected": {
|
||||
"message": "Connected"
|
||||
},
|
||||
"members": {
|
||||
"message": "Members"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user