GCP: rename Email label to Principal

This commit is contained in:
Lukas Zapletal 2023-06-19 14:29:17 +02:00 committed by Lucas Garfield
parent 795aa99fc3
commit 9ba6498037
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@ export default {
name: 'google-email',
'data-testid': 'input-google-email',
type: 'text',
label: 'Email address',
label: 'Principal (e.g. e-mail address)',
condition: {
or: [
{ when: 'google-account-type', is: 'googleAccount' },