File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,8 @@ const people = [
187187 { roles : [ Reasons . BetaTester ] , name : 'Violet' } ,
188188 { roles : [ Reasons . BetaTester ] , name : 'CommanderRedstone' } ,
189189 { roles : [ Reasons . Translator ] , name : 'brooke-zb' } ,
190+ { roles : [ Reasons . Translator ] , name : 'FabulousCodingFox' } ,
191+ { roles : [ Reasons . Translator ] , name : 'HURDOO' } ,
190192 { roles : [ Reasons . Translator ] , name : 'ououn' } ,
191193]
192194function Link ( { href, children, ...props } ) {
@@ -410,7 +412,8 @@ function About() {
410412 ) ) }
411413 </ div >
412414 < p >
413- < b > { tl ( 'animatedJava.dialogs.about.buildID' ) } </ b > { process . env . BUILD_ID }
415+ < b > { tl ( 'animatedJava.dialogs.about.buildID' ) } </ b > { ' ' }
416+ { process . env . BUILD_ID }
414417 </ p >
415418 </ div >
416419 )
You can’t perform that action at this time.
0 commit comments