You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/12/05 12:33:39 UTC

[incubator-dlab] 01/02: [DLAB-1366]: bucket labels changed

This is an automated email from the ASF dual-hosted git repository.

ankovalyshyn pushed a commit to branch DLAB-1366
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit fe8acf29bd6eaba8800f9cb85fe2d55a467b137e
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Thu Dec 5 14:18:40 2019 +0200

    [DLAB-1366]: bucket labels changed
---
 .../src/main/resources/webapp/src/dictionary/aws.dictionary.ts        | 4 ++--
 .../src/main/resources/webapp/src/dictionary/azure.dictionary.ts      | 4 ++--
 .../src/main/resources/webapp/src/dictionary/gcp.dictionary.ts        | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/dictionary/aws.dictionary.ts b/services/self-service/src/main/resources/webapp/src/dictionary/aws.dictionary.ts
index 64c1b6c..a37445f 100644
--- a/services/self-service/src/main/resources/webapp/src/dictionary/aws.dictionary.ts
+++ b/services/self-service/src/main/resources/webapp/src/dictionary/aws.dictionary.ts
@@ -21,8 +21,8 @@ export const NAMING_CONVENTION = {
     'cloud_provider': 'aws',
     'use_ldap': true,
     'notebook_instance_size': 'Instance shape',
-    'personal_storage': 'Shared bucket',
-    'collaboration_storage': 'Shared project bucket',
+    'personal_storage': 'Project bucket',
+    'collaboration_storage': 'Shared endpoint bucket',
     'account': '',
     'container': '',
     'data_engine': 'Deploy Spark Server / Deploy EMR',
diff --git a/services/self-service/src/main/resources/webapp/src/dictionary/azure.dictionary.ts b/services/self-service/src/main/resources/webapp/src/dictionary/azure.dictionary.ts
index fd178c5..819c181 100644
--- a/services/self-service/src/main/resources/webapp/src/dictionary/azure.dictionary.ts
+++ b/services/self-service/src/main/resources/webapp/src/dictionary/azure.dictionary.ts
@@ -21,8 +21,8 @@ export const NAMING_CONVENTION = {
     'cloud_provider': 'azure',
     'use_ldap': true,
     'notebook_instance_size': 'Virtual machine size',
-    'personal_storage': 'Shared bucket',
-    'collaboration_storage': 'Shared project bucket',
+    'personal_storage': 'Project bucket',
+    'collaboration_storage': 'Shared endpoint bucket',
     'account': 'Account:',
     'container': 'Container:',
     'data_engine': 'Deploy Spark Server / Deploy HDInsight',
diff --git a/services/self-service/src/main/resources/webapp/src/dictionary/gcp.dictionary.ts b/services/self-service/src/main/resources/webapp/src/dictionary/gcp.dictionary.ts
index 554e5ee..10d7cf2 100644
--- a/services/self-service/src/main/resources/webapp/src/dictionary/gcp.dictionary.ts
+++ b/services/self-service/src/main/resources/webapp/src/dictionary/gcp.dictionary.ts
@@ -21,8 +21,8 @@ export const NAMING_CONVENTION = {
     'cloud_provider': 'gcp',
     'use_ldap': true,
     'notebook_instance_size': 'Instance type',
-    'personal_storage': 'Shared bucket',
-    'collaboration_storage': 'Shared project bucket',
+    'personal_storage': 'Project bucket',
+    'collaboration_storage': 'Shared endpoint bucket',
     'account': '',
     'container': '',
     'data_engine': 'Deploy Spark Server / Deploy Dataproc',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org