Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Change interstitial message #3214

Merged
merged 1 commit into from
Apr 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/layout/webxr_interstitial.xml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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