8000 fix: missing semicolon (#21676) · solisoft/arangodb@e19d7ff · GitHub
[go: up one dir, main page]

Skip to content

Commit e19d7ff

Browse files
authored
fix: missing semicolon (arangodb#21676)
1 parent e1cb9ab commit e19d7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/apps/system/_admin/aardvark/APP/frontend/js/views/navigationView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
currentTime.getTime() + 1000 * diskusage.secondsUntilShutDown
336336
);
337337
message =
338-
"Your server has been restricted to read-only mode due to violation of the 100GB data size limit. Please contact your ArangoDB sales representative or sales@arangodb.com to get a valid license as soon as possible. Without a valid license the server will be shut down on " + shutdownDate + "."
338+
"Your server has been restricted to read-only mode due to violation of the 100GB data size limit. Please contact your ArangoDB sales representative or sales@arangodb.com to get a valid license as soon as possible. Without a valid license the server will be shut down on " + shutdownDate + ".";
339339
type = 'error';
340340
break;
341341
case "shutdown":

0 commit comments

Comments
 (0)
0