mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IDEA-261310 Rename "Password" field in YouTrack settings to "Token"
to better indicate that a permanent token is expected there. Already configured application passwords are still supported, however. GitOrigin-RevId: d03e61398ccc478344ddf2279d98cd57b9baf1a1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1b7cba2cf9
commit
a8128ea212
@@ -25,6 +25,7 @@ public class YouTrackRepositoryEditor extends BaseRepositoryEditor<YouTrackRepos
|
||||
|
||||
public YouTrackRepositoryEditor(final Project project, final YouTrackRepository repository, Consumer<? super YouTrackRepository> changeListener) {
|
||||
super(project, repository, changeListener);
|
||||
myPasswordLabel.setText(TaskBundle.message("label.token"));
|
||||
|
||||
// Setup document for completion and highlighting
|
||||
final PsiFile file = PsiDocumentManager.getInstance(myProject).getPsiFile(myDefaultSearch.getDocument());
|
||||
|
||||
Reference in New Issue
Block a user