File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ import styles from './interface.css';
39
39
40
40
const messages = defineMessages ( {
41
41
defaultTitle : {
42
- defaultMessage : 'A mod of TurboWarp ' ,
42
+ defaultMessage : 'Playground ' ,
43
43
description : 'Title of homepage' ,
44
- id : 'tw.guiDefaultTitle '
44
+ id : 'pm.playgroundDefaultTitle '
45
45
}
46
46
} ) ;
47
47
Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ const formatProjectTitle = _title => {
94
94
95
95
const messages = defineMessages ( {
96
96
defaultTitle : {
97
- defaultMessage : 'A mod of TurboWarp ' ,
97
+ defaultMessage : 'Editor ' ,
98
98
description : 'Title of homepage' ,
99
- id : 'tw .guiDefaultTitle'
99
+ id : 'pm .guiDefaultTitle'
100
100
}
101
101
} ) ;
102
102
Original file line number Diff line number Diff line change @@ -167,14 +167,14 @@ module.exports = [
167
167
chunks : [ 'editor' ] ,
168
168
template : 'src/playground/index.ejs' ,
169
169
filename : 'editor.html' ,
170
- title : 'PenguinMod - A mod of TurboWarp ' ,
170
+ title : 'PenguinMod - Editor ' ,
171
171
...htmlWebpackPluginCommon
172
172
} ) ,
173
173
new HtmlWebpackPlugin ( {
174
174
chunks : [ 'playground' ] ,
175
175
template : 'src/playground/index.ejs' ,
176
176
filename : 'playground.html' ,
177
- title : 'PenguinMod - A mod of TurboWarp ' ,
177
+ title : 'PenguinMod - Playground ' ,
178
178
...htmlWebpackPluginCommon
179
179
} ) ,
180
180
new HtmlWebpackPlugin ( {
You can’t perform that action at this time.
0 commit comments