aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/store/globalMessages/duck.js
diff options
context:
space:
mode:
authorStas Vilchik <stas-vilchik@users.noreply.github.com>2017-03-31 13:54:46 +0200
committerGitHub <noreply@github.com>2017-03-31 13:54:46 +0200
commitfe716c6dc43d4d7acb437136b1c87902e8ff0bc4 (patch)
tree6b8a18d7a8f76de1fd34be3235d1639477b75d71 /server/sonar-web/src/main/js/store/globalMessages/duck.js
parente660d605a27992d82d901b8fe0b8938da7afb270 (diff)
downloadsonarqube-fe716c6dc43d4d7acb437136b1c87902e8ff0bc4.tar.gz
sonarqube-fe716c6dc43d4d7acb437136b1c87902e8ff0bc4.zip
re-format js code (#1877)
Diffstat (limited to 'server/sonar-web/src/main/js/store/globalMessages/duck.js')
-rw-r--r--server/sonar-web/src/main/js/store/globalMessages/duck.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/store/globalMessages/duck.js b/server/sonar-web/src/main/js/store/globalMessages/duck.js
index 367c8a61e36..ff028db274d 100644
--- a/server/sonar-web/src/main/js/store/globalMessages/duck.js
+++ b/server/sonar-web/src/main/js/store/globalMessages/duck.js
@@ -85,7 +85,8 @@ const globalMessages = (state: State = [], action: Action = {}) => {
return [
{
id: uniqueId('global-message-'),
- message: 'You are not authorized to access this page. Please log in with more privileges and try again.',
+ message: 'You are not authorized to access this page. ' +
+ 'Please log in with more privileges and try again.',
level: ERROR
}
];