mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	fix(ui): use correct title for container images (#6254)
Fixed the wrong box title here: https://codeberg.org/attachments/5e3a8443-f1f3-4fdd-922e-0426ba370bc7 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6254 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
		
					parent
					
						
							
								e21ad7dfaf
							
						
					
				
			
			
				commit
				
					
						4948380069
					
				
			
		
					 2 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3662,10 +3662,11 @@ conan.registry = Setup this registry from the command line:
 | 
			
		|||
conan.install = To install the package using Conan, run the following command:
 | 
			
		||||
conda.registry = Setup this registry as a Conda repository in your <code>.condarc</code> file:
 | 
			
		||||
conda.install = To install the package using Conda, run the following command:
 | 
			
		||||
container.images.title = Images
 | 
			
		||||
container.details.type = Image Type
 | 
			
		||||
container.details.platform = Platform
 | 
			
		||||
container.pull = Pull the image from the command line:
 | 
			
		||||
container.digest = Digest:
 | 
			
		||||
container.digest = Digest
 | 
			
		||||
container.multi_arch = OS / Arch
 | 
			
		||||
container.layers = Image Layers
 | 
			
		||||
container.labels = Labels
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue