mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Updated strings
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1360ce90a5
commit
fb228d6ded
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<title>{{ trans('admin/locations/general.assigned_location', array('location' => $location->present()->fullName())) }} </title>
|
<title>{{ trans('general.assigned_to', array('name' => $location->present()->fullName())) }} </title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: "Arial, Helvetica", sans-serif;
|
font-family: "Arial, Helvetica", sans-serif;
|
||||||
|
@ -49,16 +49,15 @@
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<h2>{{ trans('admin/locations/general.asset_management_system') }}</h2>
|
<h2>{{ trans('general.assigned_to', array('name' => $location->present()->fullName())) }}</h2>
|
||||||
<b>{{ trans('admin/locations/general.assigned_to') }}</b> {{ $location->present()->fullName() }}
|
|
||||||
@if ($parent)
|
@if ($parent)
|
||||||
{{ $parent->present()->fullName() }}
|
{{ $parent->present()->fullName() }}
|
||||||
@endif
|
@endif
|
||||||
<br>
|
|
||||||
@if ($manager)
|
@if ($manager)
|
||||||
<b>{{ trans('admin/locations/general.manager') }}</b> {{ $manager->present()->fullName() }}<br>
|
<b>{{ trans('general.manager') }}</b> {{ $manager->present()->fullName() }}<br>
|
||||||
@endif
|
@endif
|
||||||
<b>{{ trans('admin/locations/general.date') }}</b> {{ \App\Helpers\Helper::getFormattedDateObject(now(), 'datetime', false) }}<br><br>
|
<b>{{ trans('general.date') }}</b> {{ \App\Helpers\Helper::getFormattedDateObject(now(), 'datetime', false) }}<br><br>
|
||||||
|
|
||||||
@if ($users->count() > 0)
|
@if ($users->count() > 0)
|
||||||
@php
|
@php
|
||||||
|
|
Loading…
Reference in a new issue