Fix suffixes.

pull/11300/head
nobuti 8 years ago
parent 698ff20669
commit dcf14ef5e6

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>CartoDB | Frontend dev stuff</title> <title>CARTO | Frontend dev stuff</title>
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css"> <link href="http://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css">
</head> </head>
<body> <body>

@ -1,4 +1,4 @@
var TITLE_SUFIX = ' | CartoDB'; var TITLE_SUFIX = ' | CARTO';
module.exports = function (opts) { module.exports = function (opts) {
if (!opts.visDefinitionModel) throw new Error('visDefinitionModel is required'); if (!opts.visDefinitionModel) throw new Error('visDefinitionModel is required');

@ -1,4 +1,4 @@
var TITLE_SUFIX = ' | CartoDB'; var TITLE_SUFIX = ' | CARTO';
module.exports = function (opts) { module.exports = function (opts) {
if (!opts.visDefinitionModel) throw new Error('visDefinitionModel is required'); if (!opts.visDefinitionModel) throw new Error('visDefinitionModel is required');

Loading…
Cancel
Save