mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 18:49:38 +00:00 
			
		
		
		
	FIX: Add missing translation of "Add" button
The "Add" button was not translated in the 'Quantity units' form.
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
| 	<h1 class="page-header"> | ||||
| 		@yield('title') | ||||
| 		<a class="btn btn-default" href="{{ $U('/quantityunit/new') }}" role="button"> | ||||
| 			<i class="fa fa-plus"></i> Add | ||||
| 			<i class="fa fa-plus"></i> {{ $L('Add') }} | ||||
| 		</a> | ||||
| 	</h1> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user