Fix admin/config page (#12979)
Change `.LFS.ContentPath` to `.LFS.Path` Fix #12975 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		
							parent
							
								
									3878e985b6
								
							
						
					
					
						commit
						1267e678fa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -105,7 +105,7 @@ | |||
| 				<dd><i class="fa fa{{if .LFS.StartServer}}-check{{end}}-square-o"></i></dd> | ||||
| 				{{if .LFS.StartServer}} | ||||
| 					<dt>{{.i18n.Tr "admin.config.lfs_content_path"}}</dt> | ||||
| 					<dd>{{.LFS.ContentPath}}</dd> | ||||
| 					<dd>{{.LFS.Path}}</dd> | ||||
| 					<dt>{{.i18n.Tr "admin.config.lfs_http_auth_expiry"}}</dt> | ||||
| 					<dd>{{.LFS.HTTPAuthExpiry}}</dd> | ||||
| 				{{end}} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue