diff options
author | miriame <miriam.eini@amdocs.com> | 2018-01-02 15:35:55 +0200 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-01-03 06:53:22 +0000 |
commit | d411d156ac1960f059eb94ec5d7da8fa1a9edb86 (patch) | |
tree | 84bf021cfd81d8a61feda7839267ef2257cf011f /openecomp-ui/src/sdc-app/onboarding/userNotifications/UserNotifications.jsx | |
parent | 9d79007d2b36d5ae4a03581eeca1fcf6232b3b09 (diff) |
select item from workspace- skipping versions page
Change-Id: Iebd3bb33703c2d47265ba133f7b74ec961ba8b2f
Issue-ID: SDC-864
Signed-off-by: miriame <miriam.eini@amdocs.com>
Diffstat (limited to 'openecomp-ui/src/sdc-app/onboarding/userNotifications/UserNotifications.jsx')
-rw-r--r-- | openecomp-ui/src/sdc-app/onboarding/userNotifications/UserNotifications.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-ui/src/sdc-app/onboarding/userNotifications/UserNotifications.jsx b/openecomp-ui/src/sdc-app/onboarding/userNotifications/UserNotifications.jsx index c01424ee1b..635dfa701f 100644 --- a/openecomp-ui/src/sdc-app/onboarding/userNotifications/UserNotifications.jsx +++ b/openecomp-ui/src/sdc-app/onboarding/userNotifications/UserNotifications.jsx @@ -54,7 +54,7 @@ const Notification = ({notification, users, onActionClicked, getNotificationType </div> <div className='notification-action'> <div className={classnames('action-button', {'hidden': read})} onClick={() => onActionClicked(notification)}> - {eventType === notificationType.PERMISSION_CHANGED ? i18n('Accept') : i18n('Sync')} + {eventType === notificationType.PERMISSION_CHANGED ? i18n('OK') : i18n('Sync')} </div> </div> </div> @@ -128,4 +128,4 @@ class UserNotifications extends React.Component { } } -export default UserNotifications; +export default UserNotifications;
\ No newline at end of file |