1
0
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:
cd-bitwarden
2025-06-18 13:45:10 -04:00
committed by GitHub
parent 9e76448188
commit a3d870c6aa
2 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -9,7 +9,7 @@
[addButtonMode]="true"
[items]="potentialGrantees"
[label]="'projects' | i18n"
[hint]="'newSaSelectAccess' | i18n"
[hint]="'typeOrSelectProjects' | i18n"
[columnTitle]="'projects' | i18n"
[emptyMessage]="'serviceAccountEmptyProjectAccesspolicies' | i18n"
>