Fixed credentials dialog string
This commit is contained in:
parent
a719c2355a
commit
eef36cf53c
@ -51,7 +51,7 @@ fun RepositoryOpenPage(gitManager: GitManager) {
|
||||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
verticalArrangement = Arrangement.Center,
|
||||
) {
|
||||
Text("Introduce your remote server app.credentials")
|
||||
Text("Introduce your remote server credentials")
|
||||
|
||||
OutlinedTextField(
|
||||
value = userField,
|
||||
|
Loading…
Reference in New Issue
Block a user