fix username -> name
This commit is contained in:
		
							parent
							
								
									fc1d12e214
								
							
						
					
					
						commit
						6a676c2fad
					
				
					 3 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -73,7 +73,7 @@ fun SubjectForm(
 | 
			
		|||
                singleLine = true,
 | 
			
		||||
                value = uiState.name,
 | 
			
		||||
                onValueChange = onNameChange,
 | 
			
		||||
                placeholder = { Text(stringResource(id = R.string.username)) },
 | 
			
		||||
                placeholder = { Text(stringResource(id = R.string.name)) },
 | 
			
		||||
                modifier = Modifier.fieldModifier(),
 | 
			
		||||
            )
 | 
			
		||||
            BasicButton(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue