From b5a9325af74a0c379c4c5844ef5fdd69e3592532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 5 Jan 2018 22:09:44 +0100 Subject: [PATCH] use a label that match the status translation --- stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index 3df19d2..a6c7b3c 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -318,7 +318,7 @@ table.related-issues td a.status-4:before { /* solution deployed */ } table.related-issues td a.status-10::after { - content: " (en attente)"; + content: " (info nécessaire)"; } table.list.issues tr.status-3 td.id,