Skip to content

Commit

Permalink
Update titles in dashboard projects
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Mar 28, 2024
1 parent 0dd53e9 commit bd87b3c
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions get-started-analytics/angular/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Get Started with SurveyJS Analytics - Angular
# Get Started with SurveyJS Dashboard for Angular

This example is used in the following help topic: [Add Survey Analytics to an Angular Application](https://surveyjs.io/Documentation/Analytics?id=get-started-angular). It was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.6.
This example is used in the following help topic: [Add SurveyJS Dashboard to an Angular Application](https://surveyjs.io/dashboard/documentation/get-started-angular). It was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.6.

## Development server

Expand Down
2 changes: 1 addition & 1 deletion get-started-analytics/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "get-started-analytics-angular",
"name": "get-started-dashboard-angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion get-started-analytics/angular/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const vizPanelOptions = {
styleUrls: ['./app.component.css']
})
export class AppComponent implements AfterViewInit {
title = 'SurveyJS Analytics for Angular';
title = 'SurveyJS Dashboard for Angular';
@ViewChild("surveyVizPanel") elem: ElementRef | undefined;

ngAfterViewInit(): void {
Expand Down
4 changes: 2 additions & 2 deletions get-started-analytics/jquery/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Get Started with SurveyJS Analytics - jQuery
# Get Started with SurveyJS Dashboard for jQuery

SurveyJS Analytics is built upon Knockout and does not have an individual version for jQuery. However, you can employ [SurveyJS Analytics for Knockout](../knockout/) in your jQuery application without any changes.
SurveyJS Dashboard is built upon Knockout and does not have an individual version for jQuery. However, you can employ [SurveyJS Dashboard for Knockout](../knockout/) in your jQuery application without any changes.
4 changes: 2 additions & 2 deletions get-started-analytics/knockout/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Get Started with SurveyJS Analytics - Knockout
# Get Started with SurveyJS Dashboard for Knockout

This example is used in the following help topic: [Add Survey Analytics to a Knockout Application](https://surveyjs.io/Documentation/Analytics?id=get-started-knockout). To run the example, open `index.html` in your browser.
This example is used in the following help topic: [Add SurveyJS Dashboard to a Knockout or jQuery Application](https://surveyjs.io/dashboard/documentation/get-started-knockout-jquery). To run the example, open `index.html` in your browser.
2 changes: 1 addition & 1 deletion get-started-analytics/knockout/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>SurveyJS Analytics for Knockout</title>
<title>SurveyJS Dashboard for Knockout</title>
<meta charset="utf-8">
<script type="text/javascript" src="https://unpkg.com/knockout/build/output/knockout-latest.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions get-started-analytics/react/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Get Started with SurveyJS Analytics - React
# Get Started with SurveyJS Dashboard for React

This example is used in the following help topic: [Add Survey Analytics to a React Application](https://surveyjs.io/Documentation/Analytics?id=get-started-react). It was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This example is used in the following help topic: [Add SurveyJS Dashboard to a React Application](https://surveyjs.io/dashboard/documentation/get-started-react). It was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Development server

Expand Down
2 changes: 1 addition & 1 deletion get-started-analytics/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "get-started-analytics-react",
"name": "get-started-dashboard-react",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion get-started-analytics/react/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>SurveyJS Analytics for React</title>
<title>SurveyJS Dashboard for React</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions get-started-analytics/vue/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Get Started with SurveyJS Analytics - Vue
# Get Started with SurveyJS Dashboard for Vue

This example is used in the following help topic: [Add Survey Analytics to a Vue Application](https://surveyjs.io/Documentation/Analytics?id=get-started-vue).
This example is used in the following help topic: [Add SurveyJS Dashboard to a Vue Application](https://surveyjs.io/dashboard/documentation/get-started-vue).

## Project setup
```
Expand Down
2 changes: 1 addition & 1 deletion get-started-analytics/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "get-started-analytics-vue",
"name": "get-started-dashboard-vue",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion get-started-analytics/vue/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>SurveyJS Analytics for Vue</title>
<title>SurveyJS Dashboard for Vue</title>
</head>
<body>
<noscript>
Expand Down

0 comments on commit bd87b3c

Please sign in to comment.