mirror of
				https://github.com/grocy/grocy.git
				synced 2025-11-04 05:15:08 +00:00 
			
		
		
		
	Rename location to "Default location" on product page (#416)
* Rename location to default location on product page * Move resource
This commit is contained in:
		
				
					committed by
					
						
						Bernd Bestel
					
				
			
			
				
	
			
			
			
						parent
						
							3328c789d4
						
					
				
				
					commit
					9ba66aeac2
				
			@@ -1210,6 +1210,9 @@ msgstr ""
 | 
			
		||||
msgid "Expiring soon days"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
msgid "Default location"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
msgid "Default amount for purchase"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -75,7 +75,7 @@
 | 
			
		||||
 | 
			
		||||
			@if(GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING)
 | 
			
		||||
			<div class="form-group">
 | 
			
		||||
				<label for="location_id">{{ $__t('Location') }}</label>
 | 
			
		||||
				<label for="location_id">{{ $__t('Default location') }}</label>
 | 
			
		||||
				<select required class="form-control" id="location_id" name="location_id">
 | 
			
		||||
					<option></option>
 | 
			
		||||
					@foreach($locations as $location)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user