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/09/10 10:30:15 UTC

[incubator-dlab] branch DLAB-1038 updated: [DLAB-842]: dictionary labels replaced

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

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


The following commit(s) were added to refs/heads/DLAB-1038 by this push:
     new d6426ed  [DLAB-842]: dictionary labels replaced
d6426ed is described below

commit d6426edeb84f8dd47b4ad9d89b834b6a77aed78f
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Tue Sep 10 13:30:05 2019 +0300

    [DLAB-842]: dictionary labels replaced
---
 .../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 6302f35..49677fe 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': 'Data bucket',
-    'collaboration_storage': 'Collaboration bucket',
+    'personal_storage': 'Shared bucket',
+    'collaboration_storage': 'Shared project 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 17a2403..73f0661 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': 'Personal storage',
-    'collaboration_storage': 'Collaboration storage',
+    'personal_storage': 'Shared bucket',
+    'collaboration_storage': 'Shared project 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 e477161..ff3e9eb 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': 'Data bucket',
-    'collaboration_storage': 'Collaboration bucket',
+    'personal_storage': 'Shared bucket',
+    'collaboration_storage': 'Shared project 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