guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: templates: Fix typo.


From: Tobias Geerinckx-Rice
Subject: branch master updated: templates: Fix typo.
Date: Fri, 26 Nov 2021 13:40:54 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new 043d3d9  templates: Fix typo.
043d3d9 is described below

commit 043d3d951dee9218e7cf28f194c5d832f086d8c0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 26 19:40:10 2021 +0100

    templates: Fix typo.
    
    * src/cuirass/templates.scm (evaluation-dashboard):
    Fix ‘Dasboard evaluation’ typo & grammar.
---
 src/cuirass/templates.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 54dcc2c..343b693 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -1863,7 +1863,7 @@ text-dark d-flex position-absolute w-100"))
        (ul (@ (class "pagination pagination-sm"))
            (li
             (p (@ (class "lead mb-0 mr-3"))
-               ,(format #f "Dasboard evaluation #~a" evaluation)))
+               ,(format #f "Dashboard for evaluation #~a" evaluation)))
            (li (@ (class
                     ,(string-append "page-item "
                                     (if prev-eval



reply via email to

[Prev in Thread] Current Thread [Next in Thread]