Skip to content

Commit

Permalink
[fix] wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Gottfried committed Nov 20, 2023
1 parent 3b9d6f3 commit 2b7f635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_karmen/static/js/karmen.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $(function () {
}
if (status == 'connected') {
self.iconTitle('<span class="text-success">Connected</span>');
self.connectionStatusDescription("Click the icon to go to see your printer in Karmen Cloud.");
self.connectionStatusDescription("Click the icon to go to Karmen Cloud.");
} else if (status == 'connecting') {
self.iconTitle('<span class="text-warning">Connecting ...</span>');
self.connectionStatusDescription("Connecting to Karmen servers. " + (data.error ? `<p>Last error was:</p> <pre>${data.error}</pre>` : ""));
Expand Down

0 comments on commit 2b7f635

Please sign in to comment.