Skip to content

Commit

Permalink
removed outdated explanation text
Browse files Browse the repository at this point in the history
  • Loading branch information
weddingdj committed Aug 27, 2019
1 parent 1d7e7e5 commit 1710461
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion resources/lang/de/template_general_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
'enter_origin_trial_token_data_feature' => 'Geben sie einen Text ein',
'origin_trial_token_data_expires' => 'Origin Trial Token Ablaufdatum (Chrome browser)',
'enter_origin_trial_token_data_expires' => 'Geben sie ein Ablaufdatum an',
'origin_trial_help' => 'Indem sie einen origin trial token in den meta-tags ihrer WebVR Seite angeben, machen sie Ihre VR Inhalte zugänglicher für Nutzer, da diese in ihrem Google Chrome Browser nicht mehr manuelle Einstellungen vornehmen müssen, um ihren VR-Content zu sehen. Zusätzlich wird HTTPS benötigt.',
'origin_trial_help_more_information' => 'Mehr Informationen dazu.',

];
1 change: 0 additions & 1 deletion resources/lang/en/template_general_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
'enter_origin_trial_token_data_feature' => 'Enter a text',
'origin_trial_token_data_expires' => 'Origin Trial Token Expiration (Chrome browser)',
'enter_origin_trial_token_data_expires' => 'Enter an expiration date',
'origin_trial_help' => 'By setting an origin trial token in your WebVR site meta tags you make your VR content more accessible because people do not need to manually enable Google Chrome flags in order to experience your content. Additionally HTTPS is required for making this work.',
'origin_trial_help_more_information' => 'Get more information.',

];
1 change: 0 additions & 1 deletion resources/views/admin/settings/general_settings.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
</div>
<div class="col-md-4">
<input type="text" class="form-control" id="origin-trial-token-data-expires" name="origin-trial-token-data-expires" value="{{ $origin_trial_token_data_expires }}" placeholder="{{ trans('template_general_settings.enter_origin_trial_token_data_expires') }}">
<span class="help-block">{{ trans('template_general_settings.origin_trial_help') }} <a href="https://github.com/jpchase/OriginTrials/blob/gh-pages/developer-guide.md" target="_blank">{{ trans('template_general_settings.origin_trial_help_more_information') }}</a></span>
</div> <!-- end col-md //-->
</div> <!-- end row //-->

Expand Down

0 comments on commit 1710461

Please sign in to comment.