Skip to content

Commit

Permalink
Fixed location string
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed May 4, 2015
1 parent aab52d0 commit 2f52369
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/config/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
return array (
'app_version' => 'v1.2.7-9',
'hash_version' => 'v1.2.7-9-g68d8b10',
'app_version' => 'v1.2.7-10',
'hash_version' => 'v1.2.7-10-g71febc1',
);
2 changes: 1 addition & 1 deletion app/lang/en/admin/locations/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'id' => 'ID',
'locations' => 'Locations',
'name' => 'Location Name',
'parent' => 'Parent Location',
'parent' => 'Parent',
'state' => 'State',
'update' => 'Update Location',
'zip' => 'Postal Code',
Expand Down
2 changes: 1 addition & 1 deletion app/views/backend/locations/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<tr role="row">
<th class="col-md-2">@lang('admin/locations/table.name')</th>
<th class="col-md-2">@lang('admin/locations/table.parent')</th>
<th class="col-md-3">@lang('admin/locations/table.assets')</th>
<th class="col-md-3">@lang('general.assets')</th>
<th class="col-md-3">@lang('admin/locations/table.address')</th>
<th class="col-md-2">@lang('admin/locations/table.city'),
@lang('admin/locations/table.state')
Expand Down

0 comments on commit 2f52369

Please sign in to comment.