* Adjust language for devops app.

This commit is contained in:
caoyanyi
2024-04-12 10:53:08 +08:00
parent 4cb2edb3b4
commit 8f5805521a
19 changed files with 24 additions and 19 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ formPanel
set::name('token'),
set::label($lang->gitlab->token),
set::value($gitlab->token),
set::placeholder($lang->gitlab->placeholder->token)
set::placeholder($lang->gitlab->placeholder->token),
set::control('textarea')
)
)
);