* [pbs-devel] [PATCH proxmox-backup] ui: fix typo in options
@ 2021-03-10 13:04 Oguz Bektas
2021-03-10 14:23 ` [pbs-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Oguz Bektas @ 2021-03-10 13:04 UTC (permalink / raw)
To: pbs-devel
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
---
www/datastore/OptionView.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/datastore/OptionView.js b/www/datastore/OptionView.js
index 1ea61f67..723730fd 100644
--- a/www/datastore/OptionView.js
+++ b/www/datastore/OptionView.js
@@ -42,7 +42,7 @@ Ext.define('PBS.Datastore.Options', {
rows: {
"notify": {
required: true,
- header: gettext('Notfiy'),
+ header: gettext('Notify'),
renderer: (value) => {
let notify = PBS.Utils.parsePropertyString(value);
let res = [];
@@ -59,7 +59,7 @@ Ext.define('PBS.Datastore.Options', {
"notify-user": {
required: true,
defaultValue: 'root@pam',
- header: gettext('Notfiy User'),
+ header: gettext('Notify User'),
editor: {
xtype: 'pbsNotifyOptionEdit',
},
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pbs-devel] applied: [PATCH proxmox-backup] ui: fix typo in options
2021-03-10 13:04 [pbs-devel] [PATCH proxmox-backup] ui: fix typo in options Oguz Bektas
@ 2021-03-10 14:23 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-03-10 14:23 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Oguz Bektas
On 10.03.21 14:04, Oguz Bektas wrote:
> Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
> ---
> www/datastore/OptionView.js | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-10 14:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 13:04 [pbs-devel] [PATCH proxmox-backup] ui: fix typo in options Oguz Bektas
2021-03-10 14:23 ` [pbs-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal