Again small localization string changes (references #421)

This commit is contained in:
Bernd Bestel 2019-12-19 20:03:27 +01:00
parent b02e43aea8
commit d617a72397
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
3 changed files with 7 additions and 4 deletions

View File

@ -1586,7 +1586,7 @@ msgstr ""
msgid "Show stock entries"
msgstr ""
msgid "Stock entry"
msgid "Stock entries"
msgstr ""
msgid "Best before date"
@ -1606,3 +1606,6 @@ msgstr ""
msgid "Stock entry successfully updated"
msgstr ""
msgid "Edit stock entry"
msgstr ""

View File

@ -1,6 +1,6 @@
@extends('layout.default')
@section('title', $__t('Stock entry'))
@section('title', $__t('Stock entries'))
@section('activeNav', 'stockdetail')
@section('viewJsName', 'stockdetail')
@ -114,7 +114,7 @@
data-product-id="{{ $currentStockEntry->product_id }}"
data-location-id="{{ $currentStockEntry->location_id }}"
data-id="{{ $currentStockEntry->id }}">
<i class="fas fa-boxes"></i> {{ $__t('Stock edit') }}
<i class="fas fa-boxes"></i> {{ $__t('Edit stock entry') }}
</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item product-name-cell" data-product-id="{{ $currentStockEntry->product_id }}" type="button" href="#">

View File

@ -1,6 +1,6 @@
@extends('layout.default')
@section('title', $__t('Stock edit'))
@section('title', $__t('Edit stock entry'))
@section('activeNav', 'stockedit')
@section('viewJsName', 'stockedit')