Skip to content

Commit

Permalink
warn that translation is incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed May 10, 2019
1 parent a5fb4b5 commit 8607db3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/views/auth/deny-demo.blade.php
Expand Up @@ -2,8 +2,8 @@

@section('content')
<div class="container">
<div class="row col-md-6 col-md-offset-3">
<div class="alert alert-danger"><i class="fa fa-fw fa-exclamation-circle" aria-hidden="true"></i>
<div class="row">
<div class="alert alert-danger col-md-6 col-md-offset-3"><i class="fa fa-fw fa-exclamation-circle" aria-hidden="true"></i>
@lang('You are logged in as a demo account, this page is not accessible to you')
</div>
</div>
Expand Down
5 changes: 4 additions & 1 deletion resources/views/user/preferences.blade.php
Expand Up @@ -53,7 +53,7 @@
@endif

<div class="panel panel-default panel-condensed">
<div class="panel-heading">@lang('User Preferences')</div>
<div class="panel-heading">@lang('Preferences')</div>
<div class="panel-body">
<form class="form-horizontal" role="form">
<div class="form-group">
Expand All @@ -75,6 +75,9 @@
@endforeach
</select>
</div>
<div class="col-sm-4">
<small>* @lang('Translation not fully supported')</small>
</div>
</div>
<div class="form-group">
<label for="notetodevice" class="col-sm-4 control-label">@lang('Add schedule notes to devices notes')</label>
Expand Down

0 comments on commit 8607db3

Please sign in to comment.