mirror of
				https://github.com/livebook-dev/livebook.git
				synced 2025-10-27 22:06:38 +08:00 
			
		
		
		
	Update app slug validation message
This commit is contained in:
		
							parent
							
								
									2a4f298c32
								
							
						
					
					
						commit
						712c7d6cc1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -92,7 +92,7 @@ defmodule Livebook.Notebook.AppSettings do | |||
|       :output_type | ||||
|     ]) | ||||
|     |> validate_format(:slug, ~r/^[a-z0-9-]+$/, | ||||
|       message: "should only contain alphanumeric characters and dashes" | ||||
|       message: "should only contain lowercase alphanumeric characters and dashes" | ||||
|     ) | ||||
|     |> cast_access_attrs(attrs) | ||||
|     |> cast_mode_specific_attrs(attrs) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue