]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
notification config view: fix using gettext with parameter
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Sep 2023 16:15:09 +0000 (18:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Sep 2023 16:15:12 +0000 (18:15 +0200)
commit72a355b8d7bfd15db402938e28c7adb83e1e6309
treeab563e4be025601fc5ce1c7c7048d7630271668d
parent4187bffeebfaffc5c51be3a9d43a57dbbb9f0822
notification config view: fix using gettext with parameter

One must use a parameter {0} replacement string as otherwise this
cannot be translated at all.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/panel/NotificationConfigView.js