Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r2UXD-00H2bt-Q0 for pgadmin-hackers@arkaria.postgresql.org; Mon, 13 Nov 2023 10:51:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r2UXC-00EoOP-GE for pgadmin-hackers@arkaria.postgresql.org; Mon, 13 Nov 2023 10:51:14 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r2UXC-00EoOH-5j for pgadmin-hackers@lists.postgresql.org; Mon, 13 Nov 2023 10:51:14 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r2UX8-005LrY-Rk for pgadmin-hackers@lists.postgresql.org; Mon, 13 Nov 2023 10:51:12 +0000 Received: from github.com (hubbernetes-node-1ebb270.ash1-iad.github.net [10.56.157.30]) by smtp.github.com (Postfix) with ESMTPA id 6370F3412A1 for ; Mon, 13 Nov 2023 02:51:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699872669; bh=umfF7S5rlGgITVNuAr4j1r9vISySPATUsFHFfgYTvwE=; h=Date:From:To:Subject:From; b=GEEx0PWJpLqT71BMXkofKVfXQtsoBhC7RNZtjJX1BIF+fB4wmVPPX/5OjdW+/uenm kIAKqhiZR1bCI+CpBLJlFckWg/prKsDDe8L27Donr3HHnpb6e4A/Rbcn44HAMFuEw/ Fn9iE+1D7gjNY2mWgBAQj0DhkjuZYy0iFYOgg50w= Date: Mon, 13 Nov 2023 02:51:09 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0e8868: Remove gettext from empty strings in the title of ... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 0e8868a65013093dbb1a5062f0650a84fb3b45c6 https://github.com/pgadmin-org/pgadmin4/commit/0e8868a65013093dbb1a5062f0650a84fb3b45c6 Author: Akshay Joshi Date: 2023-11-13 (Mon, 13 Nov 2023) Changed paths: M docs/en_US/release_notes_7_9.rst M web/pgadmin/dashboard/static/js/SystemStats/Storage.jsx Log Message: ----------- Remove gettext from empty strings in the title of the storage graph. #6884