mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
[SM-915 ]Copy update for Service Account - Projects tab (#15073)
* Copy update for SM * updates to copy on the service account projects component
This commit is contained in:
@@ -7615,9 +7615,9 @@
|
||||
"message": "Service account updated",
|
||||
"description": "Notifies that a service account has been updated"
|
||||
},
|
||||
"newSaSelectAccess": {
|
||||
"message": "Type or select projects or secrets",
|
||||
"description": "Instructions for selecting projects or secrets for a new service account"
|
||||
"typeOrSelectProjects": {
|
||||
"message": "Type or select projects",
|
||||
"description": "Instructions for selecting projects for a service account"
|
||||
},
|
||||
"newSaTypeToFilter": {
|
||||
"message": "Type to filter",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
[addButtonMode]="true"
|
||||
[items]="potentialGrantees"
|
||||
[label]="'projects' | i18n"
|
||||
[hint]="'newSaSelectAccess' | i18n"
|
||||
[hint]="'typeOrSelectProjects' | i18n"
|
||||
[columnTitle]="'projects' | i18n"
|
||||
[emptyMessage]="'serviceAccountEmptyProjectAccesspolicies' | i18n"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user