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:
Mikhail Golubev
2021-03-02 15:18:15 +03:00
committed by intellij-monorepo-bot
parent 1b7cba2cf9
commit a8128ea212

View File

@@ -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());