mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Name shopping locations "Stores" on the frontend (references #658)
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user