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

dyankiv pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 263bfde06 fix typo
     new 5501e6405 Merge branch 'develop' of 
https://github.com/apache/incubator-datalab into develop
263bfde06 is described below

commit 263bfde06cddec33bd5ec4cc8c23a9109af95cd0
Author: Denys Yankiv <[email protected]>
AuthorDate: Tue Sep 27 11:36:14 2022 +0300

    fix typo
---
 .../datalab/backendapi/service/impl/ImageExploratoryServiceImpl.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/ImageExploratoryServiceImpl.java
 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/ImageExploratoryServiceImpl.java
index 5d45e3cff..76acda01d 100644
--- 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/ImageExploratoryServiceImpl.java
+++ 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/ImageExploratoryServiceImpl.java
@@ -77,9 +77,9 @@ public class ImageExploratoryServiceImpl implements 
ImageExploratoryService {
     private static final String CREATE_NOTEBOOK_BASED_ON_SHARED_IMAGES = 
"/api/exploratory/createFromSharedCustomImage";
 
     private static final String AUDIT_SHARE_IMAGE_WITH_GROUPS = "Add group(s): 
%s\n";
-    private static final String AUDIT_SHARE_IMAGE_WITH_USERS = "Add users(s): 
%s\n";
+    private static final String AUDIT_SHARE_IMAGE_WITH_USERS = "Add user(s): 
%s\n";
     private static final String AUDIT_STOP_SHARE_IMAGE_WITH_GROUPS = "Remove 
group(s): %s\n";
-    private static final String AUDIT_STOP_SHARE_IMAGE_WITH_USERS = "Remove 
users(s): %s\n";
+    private static final String AUDIT_STOP_SHARE_IMAGE_WITH_USERS = "Remove 
user(s): %s\n";
 
     @Inject
     private ExploratoryDAO exploratoryDAO;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to