mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-22 11:38:28 +00:00
chore: update llama build labels
This commit is contained in:
parent
c23030bc79
commit
df909f025f
2 changed files with 1 additions and 3 deletions
|
|
@ -400,9 +400,8 @@ public class LlamaSettingsForm extends JPanel {
|
|||
|
||||
public void updateServerStatusWithPhase(String phase) {
|
||||
SwingUtilities.invokeLater(() -> {
|
||||
serverStatusLabel.setText(CodeGPTBundle.get("llama.ui.status.prefix").replace("{0}", phase));
|
||||
serverStatusLabel.setText(phase);
|
||||
serverStatusLabel.setIcon(null);
|
||||
serverStatusLabel.setForeground(JBColor.BLUE);
|
||||
serverStatusSpinner.setVisible(true);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -352,7 +352,6 @@ llama.ui.button.stopBuild=Stop Build
|
|||
llama.ui.status.running=Server status: Running
|
||||
llama.ui.status.building=Server status: Building...
|
||||
llama.ui.status.stopped=Server status: Stopped
|
||||
llama.ui.status.prefix=Server status: {0}
|
||||
llama.ui.action.clear=Clear
|
||||
llama.ui.action.clear.description=Clear console
|
||||
llama.ui.action.scrollToEnd=Scroll to End
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue