mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-23 21:42:48 +00:00
notification config view: fix using gettext with parameter
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
72a355b8d7
commit
7e4b51778a
@ -101,7 +101,7 @@ Ext.define('Proxmox.panel.NotificationEndpointView', {
|
||||
success: function(response, opt) {
|
||||
Ext.Msg.show({
|
||||
title: gettext('Notification Target Test'),
|
||||
message: gettext(`Sent test notification to '${target}'.`),
|
||||
message: Ext.String.format(gettext("Sent test notification to '{0}'.")),
|
||||
buttons: Ext.Msg.OK,
|
||||
icon: Ext.Msg.INFO,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user