From 09392f36a4f115c2432302125e8cac48a9aa304f Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 7 Mar 2016 12:03:34 +0000 Subject: toaster: change 'revision' to 'Git revision' I've received some feedback on the 'Revision' label we use in the import layer page. It is not quite communicating that what's required is a Git revision. Changing it to 'Git revision' to make it a bit more specific. The change applies not only to the import layer page, but to all pages showing revision information in the project configuration section. For more on the feedback received, check https://bugzilla.yoctoproject.org/show_bug.cgi?id=8429#c3 Signed-off-by: Belen Barros Pena Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- lib/toaster/toastergui/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/toaster/toastergui/templates/base.html') diff --git a/lib/toaster/toastergui/templates/base.html b/lib/toaster/toastergui/templates/base.html index 6994bcc9a..121a75c49 100644 --- a/lib/toaster/toastergui/templates/base.html +++ b/lib/toaster/toastergui/templates/base.html @@ -77,7 +77,7 @@ Toaster {% if DEBUG %} - + {% endif %} {% if request.resolver_match.url_name != 'landing' and request.resolver_match.url_name != 'newproject' %} -- cgit 1.2.3-korg