File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
client/modules/IDE/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function About(props) {
28
28
/>
29
29
< div className = "about__content-column" >
30
30
< p className = "about__version-info" >
31
- Web Editor : < span > v{ packageData ?. version } </ span >
31
+ { t ( 'About.WebEditor' ) } : < span > v{ packageData ?. version } </ span >
32
32
</ p >
33
33
< p className = "about__version-info" >
34
34
p5.js: < span > v{ p5version } </ span >
@@ -44,7 +44,7 @@ function About(props) {
44
44
aria-hidden = "true"
45
45
focusable = "false"
46
46
/>
47
- Home
47
+ { t ( 'About. Home' ) }
48
48
</ a >
49
49
</ p >
50
50
< p className = "about__content-column-list" >
@@ -86,7 +86,7 @@ function About(props) {
86
86
aria-hidden = "true"
87
87
focusable = "false"
88
88
/>
89
- Twitter
89
+ { t ( 'About. Twitter' ) }
90
90
</ a >
91
91
</ p >
92
92
< p className = "about__content-column-list" >
@@ -100,7 +100,7 @@ function About(props) {
100
100
aria-hidden = "true"
101
101
focusable = "false"
102
102
/>
103
- Instagram
103
+ { t ( 'About. Instagram' ) }
104
104
</ a >
105
105
</ p >
106
106
</ div >
@@ -159,7 +159,7 @@ function About(props) {
159
159
aria-hidden = "true"
160
160
focusable = "false"
161
161
/>
162
- Discord
162
+ { t ( 'About. Discord' ) }
163
163
</ a >
164
164
</ p >
165
165
< p className = "about__content-column-list" >
You can’t perform that action at this time.
0 commit comments