chore: update llama build labels

This commit is contained in:
Carl-Robert Linnupuu 2025-07-24 13:29:54 +01:00
parent c23030bc79
commit df909f025f
2 changed files with 1 additions and 3 deletions

View file

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

View file

@ -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