public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] ui: utils: fix defaultMailAuthor
@ 2024-04-25  7:37 Lukas Wagner
  2024-04-25  8:20 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2024-04-25  7:37 UTC (permalink / raw)
  To: pbs-devel

The default mail author for SMTP and Sendmail target is
"Proxmox Backup Server - <hostname>" and not
"Proxmox Backup Server (<hostname>)".

This is just a cosmetical change which affects the empty text for the
'Author' field in the sendmail/smtp edit window.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
 www/Utils.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/Utils.js b/www/Utils.js
index 40e7cbff..1d7351a3 100644
--- a/www/Utils.js
+++ b/www/Utils.js
@@ -469,13 +469,13 @@ Ext.define('PBS.Utils', {
 		name: 'Sendmail',
 		    ipanel: 'pmxSendmailEditPanel',
 		    iconCls: 'fa-envelope-o',
-		    defaultMailAuthor: 'Proxmox Backup Server ($hostname)',
+		    defaultMailAuthor: 'Proxmox Backup Server - $hostname',
 	    },
 	    smtp: {
 		name: 'SMTP',
 		    ipanel: 'pmxSmtpEditPanel',
 		    iconCls: 'fa-envelope-o',
-		    defaultMailAuthor: 'Proxmox Backup Server ($hostname)',
+		    defaultMailAuthor: 'Proxmox Backup Server - $hostname',
 	    },
 	    gotify: {
 		name: 'Gotify',
-- 
2.39.2



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-25  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-25  7:37 [pbs-devel] [PATCH proxmox-backup] ui: utils: fix defaultMailAuthor Lukas Wagner
2024-04-25  8:20 ` [pbs-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal