From 13f90244c56379cde71590baa14cbc6c1f638b27 Mon Sep 17 00:00:00 2001 From: ignotus666 Date: Wed, 26 Jun 2024 18:10:55 +0200 Subject: [PATCH] Change add-lang message, remove suglang reference --- .github/workflows/add-lang.yml | 2 +- assets/css/noscript.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-lang.yml b/.github/workflows/add-lang.yml index f6e8be953..7d092523f 100644 --- a/.github/workflows/add-lang.yml +++ b/.github/workflows/add-lang.yml @@ -40,7 +40,7 @@ jobs: echo Error: The language [${{ env.lang_code }}] seems to already exist. exit 1 else - echo Language: [${{ env.lang_code }}] not detected. Proceeding to add [${{ env.lang_code }}]. + echo Language: [${{ env.lang_code }}] seems to be new as no Language: [${{ env.lang_code }}] was found. Proceeding to add [${{ env.lang_code }}]. fi # Check po4a cache. If CACHE_HIT: true, retrieve the cache. diff --git a/assets/css/noscript.css b/assets/css/noscript.css index ce66a38ad..ca86fc77b 100644 --- a/assets/css/noscript.css +++ b/assets/css/noscript.css @@ -1,3 +1,3 @@ -#suglang, #mnv { +#mnv { display: block !important; }