diff --git a/client/src/send-configurations/helpers.js b/client/src/send-configurations/helpers.js index e78ccfbf..f1ec76ee 100644 --- a/client/src/send-configurations/helpers.js +++ b/client/src/send-configurations/helpers.js @@ -291,7 +291,7 @@ export function getMailerTypes(t) {
- +
diff --git a/locales/en-US-last-run/common.json b/locales/en-US-last-run/common.json index dce14596..1522ede8 100644 --- a/locales/en-US-last-run/common.json +++ b/locales/en-US-last-run/common.json @@ -864,6 +864,7 @@ "beginsWithBeginRsaPrivateKey": "Begins with \"-----BEGIN RSA PRIVATE KEY-----\"", "signingIsDisabledWithoutAValidPrivateKey": "Signing is disabled without a valid private key.", "accessKey": "Access key", + "accessSecret": "Access Secret", "awsAccessKeyId": "AWS access key ID", "awsSecretAccessKey": "AWS secret access key", "region": "Region", diff --git a/locales/en-US/common.json b/locales/en-US/common.json index fa23af49..df93763b 100644 --- a/locales/en-US/common.json +++ b/locales/en-US/common.json @@ -864,6 +864,7 @@ "beginsWithBeginRsaPrivateKey": "Begins with \"-----BEGIN RSA PRIVATE KEY-----\"", "signingIsDisabledWithoutAValidPrivateKey": "Signing is disabled without a valid private key.", "accessKey": "Access key", + "accessSecret": "Access Secret", "awsAccessKeyId": "AWS access key ID", "awsSecretAccessKey": "AWS secret access key", "region": "Region", diff --git a/locales/es-ES/common.json b/locales/es-ES/common.json index 905d9d41..8f61521d 100644 --- a/locales/es-ES/common.json +++ b/locales/es-ES/common.json @@ -915,6 +915,7 @@ "beginsWithBeginRsaPrivateKey": "Begins with \"-----BEGIN RSA PRIVATE KEY-----\"", "signingIsDisabledWithoutAValidPrivateKey": "Signing is disabled without a valid private key.", "accessKey": "Access key", + "accessSecret": "Access Secret", "awsAccessKeyId": "AWS access key ID", "awsSecretAccessKey": "AWS secret access key", "region": "Region", diff --git a/locales/pt-BR/common.json b/locales/pt-BR/common.json index 43da6868..587c2602 100644 --- a/locales/pt-BR/common.json +++ b/locales/pt-BR/common.json @@ -916,6 +916,7 @@ "beginsWithBeginRsaPrivateKey": "Começa com \"----- INICIO DA CHAVE PRIVADA RSA ----- \"", "signingIsDisabledWithoutAValidPrivateKey": "A assinatura está desativada sem uma chave privada válida.", "accessKey": "Chave de acesso", + "accessSecret": "Acesso secreto", "awsAccessKeyId": "ID da chave de acesso da AWS", "awsSecretAccessKey": "Chave de acesso secreto da AWS", "region": "Região",