Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Hubs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ar-noc
Hubs
Commits
c5f91cb9
Commit
c5f91cb9
authored
6 years ago
by
Greg Fodor
Browse files
Options
Downloads
Patches
Plain Diff
Feedback from PR
parent
82503163
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/assets/translations.data.json
+1
-1
1 addition, 1 deletion
src/assets/translations.data.json
src/react-components/info-dialog.js
+5
-8
5 additions, 8 deletions
src/react-components/info-dialog.js
with
6 additions
and
9 deletions
src/assets/translations.data.json
+
1
−
1
View file @
c5f91cb9
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
"entry.generic-medium"
:
"VR"
,
"entry.generic-medium"
:
"VR"
,
"entry.generic-subtitle-desktop"
:
"Oculus or SteamVR"
,
"entry.generic-subtitle-desktop"
:
"Oculus or SteamVR"
,
"entry.gearvr-prefix"
:
"Enter on "
,
"entry.gearvr-prefix"
:
"Enter on "
,
"entry.gearvr-medium"
:
"GearVR"
,
"entry.gearvr-medium"
:
"Gear
VR"
,
"entry.device-prefix-desktop"
:
"Send to "
,
"entry.device-prefix-desktop"
:
"Send to "
,
"entry.device-prefix-mobile"
:
"Enter on "
,
"entry.device-prefix-mobile"
:
"Enter on "
,
"entry.device-medium"
:
"Device"
,
"entry.device-medium"
:
"Device"
,
...
...
This diff is collapsed.
Click to expand it.
src/react-components/info-dialog.js
+
5
−
8
View file @
c5f91cb9
...
@@ -221,21 +221,18 @@ class InfoDialog extends Component {
...
@@ -221,21 +221,18 @@ class InfoDialog extends Component {
case
InfoDialog
.
dialogTypes
.
webvr_recommend
:
case
InfoDialog
.
dialogTypes
.
webvr_recommend
:
dialogTitle
=
"
Enter in VR
"
;
dialogTitle
=
"
Enter in VR
"
;
dialogBody
=
(
dialogBody
=
(
<
span
>
<
div
>
To
enter
Hubs
with
Oculus
or
SteamVR
,
you
can
use
Firefox
.
<
p
>
To
enter
Hubs
with
Oculus
or
SteamVR
,
you
can
use
Firefox
.
<
/p
>
<
p
/>
<
a
className
=
"
info-dialog--action-button
"
href
=
"
https://www.mozilla.org/firefox
"
>
<
a
className
=
"
info-dialog--action-button
"
href
=
"
https://www.mozilla.org/firefox
"
>
Download
Firefox
Download
Firefox
<
/a
>
<
/a
>
<
p
/>
<
p
style
=
{{
fontSize
:
"
0.8em
"
}}
>
<
span
style
=
{{
fontSize
:
"
0.8em
"
}}
>
For
a
full
list
of
browsers
with
experimental
VR
support
,
visit
{
"
"
}
For
a
full
list
of
browsers
with
experimental
VR
support
,
visit
{
"
"
}
<
a
href
=
"
https://webvr.rocks
"
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
>
<
a
href
=
"
https://webvr.rocks
"
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
>
WebVR
Rocks
WebVR
Rocks
<
/a>
.
<
/a>
.
<
/span
>
<
/p
>
<
p
/>
<
/div
>
<
/span
>
);
);
break
;
break
;
case
InfoDialog
.
dialogTypes
.
link
:
case
InfoDialog
.
dialogTypes
.
link
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment