From 478b4f95501c96fafee523ca92cea462d374e9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 24 Feb 2015 14:15:33 +0100 Subject: [PATCH] Muted style of "Hint:" message in Files sidebar and Control tab --- src/octoprint/templates/sidebar/files.jinja2 | 2 +- src/octoprint/templates/tabs/control.jinja2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/octoprint/templates/sidebar/files.jinja2 b/src/octoprint/templates/sidebar/files.jinja2 index e9ca34c2..4a2d9071 100644 --- a/src/octoprint/templates/sidebar/files.jinja2 +++ b/src/octoprint/templates/sidebar/files.jinja2 @@ -60,6 +60,6 @@
- {{ _('Hint: You can also drag and drop files on this page to upload them.') }} + {{ _('Hint: You can also drag and drop files on this page to upload them.') }}
diff --git a/src/octoprint/templates/tabs/control.jinja2 b/src/octoprint/templates/tabs/control.jinja2 index ff360ef7..1c589e57 100644 --- a/src/octoprint/templates/tabs/control.jinja2 +++ b/src/octoprint/templates/tabs/control.jinja2 @@ -18,7 +18,7 @@
- {{ _("Hint: If you move your mouse over the picture, you enter keyboard control mode.") }} + {{ _("Hint: If you move your mouse over the picture, you enter keyboard control mode.") }}
{% endif %}