Revision 7d311ba1 ui/templates/home.html

b/ui/templates/home.html
32 32
            '404' : '{% trans "Your request has failed. Resource not found." %}',
33 33
            // internal server error
34 34
            '501' : '{% trans "There has been an Internal Error. Our administrators have been notified." %}',
35
            // no images unavailable
35 36
            // service unavailable
36 37
            '503' : '{% trans "This service is unavailable right now, please try again later." %}'
38
            'no_images' : '{% trans "Cannot show the Create machine wizard: No images found." %}',
39
            // no images unavailable
40
            'no_flavors' : '{% trans "Cannot show the Create machine wizard: No machine configurations found." %}',
37 41
        };
38 42
        
39 43
        var SUCCESS = {

Also available in: Unified diff