Skip to content

Commit

Permalink
Change interstitial message (#3214)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Apr 22, 2020
1 parent 07cad82 commit bab93d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/webxr_interstitial.xml
Expand Up @@ -38,7 +38,7 @@
android:textAlignment="center"
android:textSize="20sp"
android:background="@color/black"
android:text="@string/webxr_interstitial_how_to_continue"/>
android:text="@string/webxr_interstitial_how_to_continue_1"/>
</RelativeLayout>

</layout>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Expand Up @@ -1210,7 +1210,7 @@
<string name="webxr_interstitial_exit_webxr">Exit\nWebXR"</string>

<!-- This string appears in the WebXR interstitial. -->
<string name="webxr_interstitial_how_to_continue">Press any button to continue</string>
<string name="webxr_interstitial_how_to_continue_1">Press any other button to continue</string>

<!-- This string is for the tooltip that appears upon hovering the 'Tracking' button in the
browser's navigation bar. The button it labels, when pressed, Shows the Tracking dialog. -->
Expand Down

0 comments on commit bab93d3

Please sign in to comment.