Name shopping locations "Stores" on the frontend (references #658)

This commit is contained in:
Bernd Bestel
2020-03-25 20:09:28 +01:00
parent 5214a775ed
commit 305f5b67e4
9 changed files with 21 additions and 21 deletions

View File

@@ -1,9 +1,9 @@
@extends('layout.default')
@if($mode == 'edit')
@section('title', $__t('Edit shopping location'))
@section('title', $__t('Edit store'))
@else
@section('title', $__t('Create shopping location'))
@section('title', $__t('Create store'))
@endif
@section('viewJsName', 'shoppinglocationform')